1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Generate doxygen file using autoconf.

This commit is contained in:
Dave Davenport 2016-01-07 13:38:53 +01:00
parent b59552003e
commit 38be9d94ae
3 changed files with 7 additions and 5 deletions

View file

@ -110,6 +110,7 @@ EXTRA_DIST=\
${top_srcdir}/config/config.def.c\ ${top_srcdir}/config/config.def.c\
INSTALL.md\ INSTALL.md\
AUTHORS\ AUTHORS\
doc/rofi.doxy.in\
Changelog Changelog
## ##
@ -227,5 +228,6 @@ cppcheck: ${rofi_SOURCES}
ohcount: ${rofi_SOURCES} ohcount: ${rofi_SOURCES}
ohcount -i ${top_srcdir}/source/ ohcount -i ${top_srcdir}/source/
doxy: ${rofi_SOURCES} doxy: doc/rofi.doxy ${rofi_SOURCES}
doxygen ${top_srcdir}/doc/rofi.doxy doxygen ${top_builddir}/doc/rofi.doxy

View file

@ -84,7 +84,7 @@ dnl Add extra compiler flags
dnl --------------------------------------------------------------------- dnl ---------------------------------------------------------------------
AC_SUBST([EXTRA_CFLAGS], ["-Wall -Wextra -Wparentheses -Winline -pedantic"]) AC_SUBST([EXTRA_CFLAGS], ["-Wall -Wextra -Wparentheses -Winline -pedantic"])
AC_CONFIG_FILES([Makefile ]) AC_CONFIG_FILES([Makefile doc/rofi.doxy])
AC_OUTPUT AC_OUTPUT
dnl ----------------------------------------------- dnl -----------------------------------------------

View file

@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = "rofi" PROJECT_NAME = "@PACKAGE@"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = "1.0.0-dev" PROJECT_NUMBER = "@VERSION@"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.