drop HACKING from doxygen
authorEvan Martin <martine@danga.com>
Thu, 16 Aug 2012 18:31:37 +0000 (11:31 -0700)
committerEvan Martin <martine@danga.com>
Thu, 16 Aug 2012 18:31:37 +0000 (11:31 -0700)
I tried just fixing the code to pull in HACKING.md but it didn't show
up in the doxygen output; it's maybe too long to include anyway.

configure.py

index 85661b7270375eed0f49f8fb1f204e6d1906eb9a..e4b9eb45e812edab54119a98de4c995dc551d735 100755 (executable)
@@ -407,7 +407,7 @@ n.rule('doxygen_mainpage',
        command='$doxygen_mainpage_generator $in > $out',
        description='DOXYGEN_MAINPAGE $out')
 mainpage = n.build(built('doxygen_mainpage'), 'doxygen_mainpage',
-                   ['README', 'HACKING', 'COPYING'],
+                   ['README', 'COPYING'],
                    implicit=['$doxygen_mainpage_generator'])
 n.build('doxygen', 'doxygen', doc('doxygen.config'),
         implicit=mainpage)