[go: up one dir, main page]

Menu

[r701]: / trunk / desktop / man / Makefile  Maximize  Restore  History

Download this file

10 lines (8 with data), 254 Bytes

1
2
3
4
5
6
7
8
9
all: vmpk.1
vmpk.1: vmpk.xml
# Verification
xmllint --nonet --noout --postvalid --xinclude $^
# Compilation
xsltproc --output $@ --nonet --xinclude --xincludestyle \
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
$^