diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 15:11:37 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
| commit | 86c5f2bf1bc193e5b1d5e42df5af6d86ffe5b6d4 (patch) | |
| tree | f714b458210df3ed5612494ecc6b8e6e31171d28 /manpages/Makefile | |
| parent | 059a6646dbeb52812379a684033b499d75f73b6c (diff) | |
| download | live-boot-86c5f2bf1bc193e5b1d5e42df5af6d86ffe5b6d4.tar.gz live-boot-86c5f2bf1bc193e5b1d5e42df5af6d86ffe5b6d4.zip | |
Applied patch from Michael Prokop <mika@grml.org> to migrate live-snapshot.en.1 and live-snapshot.it.1 to asciidoc as well.
Diffstat (limited to 'manpages/Makefile')
| -rw-r--r-- | manpages/Makefile | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/manpages/Makefile b/manpages/Makefile index 5d29263..c2ddc94 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -4,18 +4,25 @@ 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 +html-stamp: live-initramfs.en.7.txt live-snapshot.en.1.txt + asciidoc -b xhtml11 live-initramfs.en.7.txt + asciidoc -b xhtml11 live-snapshot.en.1.txt touch html-stamp doc_man: man-stamp -man-stamp: live-initramfs.en.7.txt - +man-stamp: live-initramfs.en.7.txt live-snapshot.en.1.txt + # live-initramfs: 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 + # live-snapshot: + asciidoc -d manpage -b docbook live-snapshot.en.1.txt + xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl live-snapshot.en.1.xml + mv live-snapshot.1 live-snapshot.en.1 touch man-stamp clean: - rm -f live-initramfs.en.7.html live-initramfs.en.7.xml live-initramfs.en.7 html-stamp man-stamp + rm -f live-initramfs.en.7.html live-initramfs.en.7.xml live-initramfs.en.7 + rm -f live-snapshot.en.1.html live-snapshot.en.1.xml live-snapshot.en.1 + rm -f html-stamp man-stamp |
