diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-04-11 11:37:12 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-04-11 11:42:20 +0200 |
commit | ae223f784f852ea27f8b0c7be55ae541a0e98f15 (patch) | |
tree | 7b05dbdea7a9f86937b719d99c1b7767166848bd /man/Makefile | |
parent | 9a7ca431a4354ac6d61b6fdea6d43c75a6ec98e7 (diff) |
man pages
Courtesy of Debian maintainer Marc Dequènes (Duck) <duck@duckcorp.org>
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile new file mode 100644 index 00000000..29cf355c --- /dev/null +++ b/man/Makefile @@ -0,0 +1,2 @@ +%.1: %.xml + xsltproc -nonet -o $@ /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< |