diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-11 18:02:12 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-11 18:02:12 -0500 |
commit | a8bc4728fed33838aebe1a1e163bf0414c0511f8 (patch) | |
tree | 8fe676b0e3b3e228e04dedc74463670ccbb5deac /tools | |
parent | a034435c4287aba7fd32ed63a745e560350c924a (diff) | |
download | fork-ledger-a8bc4728fed33838aebe1a1e163bf0414c0511f8.tar.gz fork-ledger-a8bc4728fed33838aebe1a1e163bf0414c0511f8.tar.bz2 fork-ledger-a8bc4728fed33838aebe1a1e163bf0414c0511f8.zip |
Restore the Doxygen documentation build
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 8c28277b..74e4602c 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -440,7 +440,8 @@ fullcheck: cppunittests ###################################################################### -EXTRA_DIST += doc/README doc/LICENSE doc/NEWS doc/ledger.pdf +EXTRA_DIST += doc/README doc/NEWS doc/ledger.pdf +EXTRA_DIST += doc/LICENSE doc/LICENSE-sha1 doc/LICENSE-utfcpp if USE_DOXYGEN EXTRA_DIST += doc/Doxyfile doc/refman.pdf endif |