From: ellson Date: Sat, 9 Apr 2005 20:23:10 +0000 (+0000) Subject: Generate Doxyfile from Doxyfile.in so that configure can set @VERSION@ X-Git-Tag: LAST_LIBGRAPH~32^2~7667 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9668b6cf0cf943e038ab0c3868dce93de3b597e;p=graphviz Generate Doxyfile from Doxyfile.in so that configure can set @VERSION@ --- diff --git a/Doxyfile b/Doxyfile.in similarity index 99% rename from Doxyfile rename to Doxyfile.in index c87edc2a7..cbb07397c 100644 --- a/Doxyfile +++ b/Doxyfile.in @@ -17,13 +17,13 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = graphviz +PROJECT_NAME = Graphviz # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = @VERSION@ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/configure.ac b/configure.ac index efaee5fe0..dcc12f38b 100644 --- a/configure.ac +++ b/configure.ac @@ -1551,6 +1551,7 @@ AC_CONFIG_FILES(Makefile tclpkg/tkspline/demo/Makefile tclpkg/gv/Makefile graphviz.spec + Doxyfile ast_common.h )