diff options
author | Rob Austein <sra@hactrn.net> | 2011-04-21 18:41:10 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-04-21 18:41:10 +0000 |
commit | c6302a1ca9b991511a5fcb8bb47fbf96cb1491bc (patch) | |
tree | 6e061357080a80ccb8a1f09f8966b0db27f202a4 /configure.ac | |
parent | 8f9137522ccdc35ff95fbc893206261df7e0790b (diff) |
Hack Doxygen IMAGE_PATH via Makefile and environment variable rather
than feeding doc source through autoconf.
svn path=/configure; revision=3781
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 22c0f0ab..30835d67 100644 --- a/configure.ac +++ b/configure.ac @@ -382,7 +382,4 @@ then AC_CONFIG_FILES([rtr-origin/Makefile]) fi -# This should go away once its content has migrated from Doxygen into DocBook. -AC_CONFIG_FILES([rpkid/rpki/__doc__.py]) - AC_OUTPUT |