Mailing List Archive

r14 - in trunk/varnish-doc: . en/varnish-specification share
Author: des
Date: 2006-02-22 17:49:36 +0100 (Wed, 22 Feb 2006)
New Revision: 14

Added:
trunk/varnish-doc/configure.ac
Modified:
trunk/varnish-doc/en/varnish-specification/article.xml
trunk/varnish-doc/share/docbook-xml.css
Log:
Enable the Id keyword.

Added: trunk/varnish-doc/configure.ac
===================================================================
--- trunk/varnish-doc/configure.ac 2006-02-22 16:47:50 UTC (rev 13)
+++ trunk/varnish-doc/configure.ac 2006-02-22 16:49:36 UTC (rev 14)
@@ -0,0 +1,31 @@
+# $Id$
+
+AC_PREREQ(2.59)
+AC_COPYRIGHT([Copyright (c) 2006 Linpro AS])
+AC_REVISION([$Id$])
+AC_INIT([Varnish-Documentation], [0.1], [varnish-dev at projects.linpro.no])
+AC_CONFIG_SRCDIR([share/bibliography.xml])
+
+AC_CANONICAL_SYSTEM
+
+AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+
+# Checks for programs.
+AC_CHECK_PROGS(XMLLINT, xmllint,
+ AC_MSG_ERROR([Can't proceed without xmllint]))
+AC_CHECK_PROGS(XSLTPROC, xsltproc,
+ AC_MSG_ERROR([Can't proceed without xsltproc]))
+AC_PROG_INSTALL
+AC_PROG_MAKE_SET
+
+AC_ARG_WITH(docbook-xsl,
+ AS_HELP_STRING([--with-docbook-xsl=path],[use -Wall (default is NO)]),
+ AC_SUBST(DOCBOOK_XSL, "$withval"),
+ AC_MSG_ERROR([Can't proceed without DocBook stylesheets]))
+
+AC_CONFIG_FILES([
+ Makefile
+ en/Makefile
+ en/varnish-specification/Makefile
+])
+AC_OUTPUT


Property changes on: trunk/varnish-doc/configure.ac
___________________________________________________________________
Name: svn:keywords
+ Id


Property changes on: trunk/varnish-doc/en/varnish-specification/article.xml
___________________________________________________________________
Name: svn:keywords
+ Id


Property changes on: trunk/varnish-doc/share/docbook-xml.css
___________________________________________________________________
Name: svn:keywords
+ Id