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 /acprep | |
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 'acprep')
-rwxr-xr-x | acprep | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -764,6 +764,7 @@ class PrepareBuild(CommandLineApp): self.CPPFLAGS.append('-D_GLIBCXX_FULLY_DYNAMIC_STRING=1') self.configure_args.append('--disable-shared') + self.configure_args.append('--enable-doxygen') self.options.use_glibcxx_debug = True self.locate_my_libraries() |