summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-07 13:38:53 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-07 13:38:53 +0100
commit38be9d94aedd57dc77da3b994173e22f7c4ce0df (patch)
treeb9f4371b29d6884e9ec9ec1a7667b4375db54ec0 /configure.ac
parentb59552003ed62c635fbcbf64d15662ecdc0c8c1a (diff)
Generate doxygen file using autoconf.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a5d4a7a1..d1d0b7ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ dnl Add extra compiler flags
dnl ---------------------------------------------------------------------
AC_SUBST([EXTRA_CFLAGS], ["-Wall -Wextra -Wparentheses -Winline -pedantic"])
-AC_CONFIG_FILES([Makefile ])
+AC_CONFIG_FILES([Makefile doc/rofi.doxy])
AC_OUTPUT
dnl -----------------------------------------------