diff options
author | Evan Martin <martine@danga.com> | 2012-08-16 18:31:37 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2012-08-16 18:31:37 (GMT) |
commit | 5fe8c1308cf1785b1903eb11cf32909df3be113b (patch) | |
tree | 267e66e39439141e455b8fd0527ec8d49b157b8d /configure.py | |
parent | 0b531af962d01009621fb98ce533fdaf86c48d3a (diff) | |
download | Ninja-5fe8c1308cf1785b1903eb11cf32909df3be113b.zip Ninja-5fe8c1308cf1785b1903eb11cf32909df3be113b.tar.gz Ninja-5fe8c1308cf1785b1903eb11cf32909df3be113b.tar.bz2 |
drop HACKING from doxygen
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.
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 85661b7..e4b9eb4 100755 --- a/configure.py +++ b/configure.py @@ -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) |