From: Michael Smith Date: Wed, 5 Mar 2008 00:01:12 +0000 (+0000) Subject: added example refentry source from Debian docbook-xsl package X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75db973f2468b36010e9917d7d514b067fd04892;p=docbook-dsssl added example refentry source from Debian docbook-xsl package --- diff --git a/contrib/samples/refentry/debian-xml-sgml/.cvsignore b/contrib/samples/refentry/debian-xml-sgml/.cvsignore new file mode 100644 index 000000000..1e107f52e --- /dev/null +++ b/contrib/samples/refentry/debian-xml-sgml/.cvsignore @@ -0,0 +1 @@ +examples diff --git a/contrib/samples/refentry/debian-xml-sgml/Makefile b/contrib/samples/refentry/debian-xml-sgml/Makefile new file mode 100644 index 000000000..0e8d16728 --- /dev/null +++ b/contrib/samples/refentry/debian-xml-sgml/Makefile @@ -0,0 +1,17 @@ +BASEURL=svn://svn.debian.org/debian-xml-sgml/packages/docbook-xsl/trunk/debian +SUBMODULE=examples + +MAKEFILE_DOCBOOK = ../../../../xsl/tools/make/Makefile.DocBook + +TMP ?= /tmp + +SVN=svn +SVNFLAGS= + +all: $(SUBMODULE) + +$(SUBMODULE): + $(SVN) $(SVNFLAGS) co $(BASEURL)/$(SUBMODULE) + +clean: + $(RM) -r $(SUBMODULE)