summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-08-16 18:31:37 (GMT)
committerEvan Martin <martine@danga.com>2012-08-16 18:31:37 (GMT)
commit5fe8c1308cf1785b1903eb11cf32909df3be113b (patch)
tree267e66e39439141e455b8fd0527ec8d49b157b8d
parent0b531af962d01009621fb98ce533fdaf86c48d3a (diff)
downloadNinja-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.
-rwxr-xr-xconfigure.py2
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)