From 6ee6bc6eea2b2e28ff801bd2f70b61dae9ff6c1a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 15:11:09 +0200 Subject: Applied patch from Michael Prokop to switch to asciidoc for documentation. --- manpages/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manpages/Makefile (limited to 'manpages/Makefile') diff --git a/manpages/Makefile b/manpages/Makefile new file mode 100644 index 0000000..5d29263 --- /dev/null +++ b/manpages/Makefile @@ -0,0 +1,21 @@ +all: doc + +doc: doc_man doc_html + +doc_html: html-stamp + +html-stamp: live-initramfs.en.7.txt + asciidoc -b xhtml11 -a icons live-initramfs.en.7.txt + touch html-stamp + +doc_man: man-stamp + +man-stamp: live-initramfs.en.7.txt + + asciidoc -d manpage -b docbook live-initramfs.en.7.txt + xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl live-initramfs.en.7.xml + mv live-initramfs.7 live-initramfs.en.7 + touch man-stamp + +clean: + rm -f live-initramfs.en.7.html live-initramfs.en.7.xml live-initramfs.en.7 html-stamp man-stamp -- cgit v1.2.3