From 75db973f2468b36010e9917d7d514b067fd04892 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 5 Mar 2008 00:01:12 +0000 Subject: [PATCH] added example refentry source from Debian docbook-xsl package --- .../samples/refentry/debian-xml-sgml/.cvsignore | 1 + .../samples/refentry/debian-xml-sgml/Makefile | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 contrib/samples/refentry/debian-xml-sgml/.cvsignore create mode 100644 contrib/samples/refentry/debian-xml-sgml/Makefile 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) -- 2.50.1