diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-09-09 07:19:52 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-09-09 07:19:52 (GMT) |
commit | 2bc072132313b124781215c4fc43ca4f103adcda (patch) | |
tree | 5af08a483955a5f90a024f9ad927660932352903 /Makefile.in | |
parent | 1f44278e8612c5c2567046f5bd6a82eacccc1e2a (diff) | |
download | Doxygen-2bc072132313b124781215c4fc43ca4f103adcda.zip Doxygen-2bc072132313b124781215c4fc43ca4f103adcda.tar.gz Doxygen-2bc072132313b124781215c4fc43ca4f103adcda.tar.bz2 |
testing dir was missing from 'make archive'
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fed6560..ddbb53e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,7 +79,7 @@ docs: FORCE pdf: docs cd latex ; $(MAKE) -DISTFILES = Doxyfile libmd5 addon tmake doc examples bin lib objects \ +DISTFILES = Doxyfile libmd5 addon tmake doc examples bin lib objects testing \ qtools src configure configure.bin Makefile.in Makefile.win_nmake.in \ Makefile.win_make.in INSTALL LANGUAGE.HOWTO LICENSE PLATFORMS \ VERSION README.md packages winbuild jquery |