aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-07-17 18:40:09 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-07-17 18:40:09 +0300
commit9115ff0a790cb5bf6eb748cef6733562f18e9d75 (patch)
treee2489c1fa219437015f49a994444475ae8cf1b76 /Makefile.am
parent351364f283f3223f29090068069a127aef572cbf (diff)
downloadvmod-dbrw-9115ff0a790cb5bf6eb748cef6733562f18e9d75.tar.gz
vmod-dbrw-9115ff0a790cb5bf6eb748cef6733562f18e9d75.tar.bz2
Add the documentation.
* Makefile.am (SUBDIRS): Add doc. * configure.ac: Build doc/Makefile. * doc/Makefile.am: New file. * doc/vmod_dbrw.3: New file. * src/vmod_dbrw.c (vmod_rewrite): Minor change.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2352cee..829c138 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@
# along with libvmod_dbrw. If not, see <http://www.gnu.org/licenses/>.
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = src #tests
+SUBDIRS = src doc #tests
EXTRA_DIST=git2chg.awk

Return to:

Send suggestions and report system problems to the System administrator.