summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-06-14 20:17:08 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-06-15 08:47:58 (GMT)
commite590d56be170c6c6700b7838b601b29399aebc98 (patch)
tree196b5990f272a80282a90210bedf3e5456100709 /Makefile.in
parentbd76ec600742936e6373ccbcdfc19966b44cb3ec (diff)
downloadDoxygen-e590d56be170c6c6700b7838b601b29399aebc98.zip
Doxygen-e590d56be170c6c6700b7838b601b29399aebc98.tar.gz
Doxygen-e590d56be170c6c6700b7838b601b29399aebc98.tar.bz2
Fixed type in function name
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 606804f..99a616a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -82,7 +82,7 @@ pdf: docs
DISTFILES = Doxyfile libmd5 addon tmake doc examples bin lib objects \
qtools src configure configure.bin Makefile.in Makefile.win_nmake.in \
Makefile.win_make.in INSTALL LANGUAGE.HOWTO LICENSE PLATFORMS \
- VERSION packages winbuild jquery
+ VERSION README.md packages winbuild jquery
archive: clean
tar zcvf dx`date +%y%m%d`.tgz $(DISTFILES)