File: Makefile

package info (click to toggle)
vmpk 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,800 kB
  • sloc: cpp: 7,371; xml: 927; awk: 40; sh: 38; python: 37; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (6)
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 \
	  $^