From 41e81d7048ab8a9bf9730212f7f5ea18b051d2dc Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 30 Jan 2006 21:58:23 +0000 Subject: Relevant BUGIDs: none Purpose of commit: bugfix/cleanup Commit summary: --------------- Instead of duplicating the xml rules for every directory again, include them from the top level one. 2006-01-30 Thorsten Kukuk * modules/pam_exec/pam_exec.8.xml: Fix syntax of Return Value section. * modules/pam_exec/Makefile.am: Include Make.xml.rules. * Make.xml.rules: New. --- Make.xml.rules | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Make.xml.rules (limited to 'Make.xml.rules') diff --git a/Make.xml.rules b/Make.xml.rules new file mode 100644 index 00000000..f6512aae --- /dev/null +++ b/Make.xml.rules @@ -0,0 +1,22 @@ +# +# Copyright (c) 2006 Thorsten Kukuk +# + +%.1: %.1.xml + $(XMLLINT) --nonet --xinclude --postvalid --noout $< + $(XSLTPROC) --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + +%.3: %.3.xml + $(XMLLINT) --nonet --xinclude --postvalid --noout $< + $(XSLTPROC) --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + +%.5: %.5.xml + $(XMLLINT) --nonet --xinclude --postvalid --noout $< + $(XSLTPROC) --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + +%.8: %.8.xml + $(XMLLINT) --nonet --xinclude --postvalid --noout $< + $(XSLTPROC) --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + +#CLEANFILES += $(man_MANS) + -- cgit v1.2.3