diff options
author | Lennart Poettering <lennart@poettering.net> | 2003-10-16 23:00:13 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2003-10-16 23:00:13 +0000 |
commit | 1c21d58786e11abe05a9632def2ffb087d6447c4 (patch) | |
tree | bfc618b3bb6592855785393a0db98c7de5940b39 /configure.ac | |
parent | 233a6254b7ad204ecea119335963bdf18b8d4754 (diff) |
documentation added
git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@22 022f378f-78c4-0310-b860-d162c87e6274
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9800a29..7569c60 100644 --- a/configure.ac +++ b/configure.ac @@ -109,5 +109,5 @@ AC_ARG_ENABLE(waproamd, *) AC_MSG_ERROR([bad value ${enableval} for --disable-waproamd]) ;; esac], [waproamd=yes]) -AC_CONFIG_FILES([src/Makefile Makefile conf/Makefile doc/Makefile man/Makefile]) # doc/README.html]) +AC_CONFIG_FILES([src/Makefile Makefile conf/Makefile doc/Makefile man/Makefile doc/README.html]) AC_OUTPUT |