aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-19 10:37:11 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-19 10:38:53 +0300
commitf74d13d7cd6c41f79a7efdea9364559ddc2bf438 (patch)
treefbfb65684c7fda6ecc40c95fc8e88e006e9ac2fa /Makefile.am
parent405eeb454e6420ecef3ba0803c7033df414f33f1 (diff)
downloadvmod-sql-f74d13d7cd6c41f79a7efdea9364559ddc2bf438.tar.gz
vmod-sql-f74d13d7cd6c41f79a7efdea9364559ddc2bf438.tar.bz2
Add docs.release-1.0
* README: Update. * configure.ac: Update. * Makefile.am (SUBDIRS): Add doc. * doc/Makefile.am: New file. * doc/vmod-sql.3: New file. * doc/vmod_sql.3: New file.
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 d468b23..bb40beb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@
15# along with vmod-sql. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod-sql. If not, see <http://www.gnu.org/licenses/>.
16ACLOCAL_AMFLAGS = -I m4 16ACLOCAL_AMFLAGS = -I m4
17 17
18SUBDIRS = src #doc tests 18SUBDIRS = src doc #tests
19 19
20AM_DISTCHECK_CONFIGURE_FLAGS=--without-vmoddir 20AM_DISTCHECK_CONFIGURE_FLAGS=--without-vmoddir
21 21

Return to:

Send suggestions and report system problems to the System administrator.