File: Makefile

package info (click to toggle)
headache 1.03-14
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 424 kB
  • ctags: 49
  • sloc: ml: 525; sh: 417; xml: 219; makefile: 70
file content (17 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Makefile for building headache manpages.
# GNU Copyright 2003-2006, by Sylvain Le Gall <gildor@debian.org>.

all: headache.1

clean:
	-$(RM) *.1

%.1: %.xml
	# Verification
	-xmllint --nonet --noout --postvalid --xinclude $^
	# Compilation
	xsltproc --nonet --xinclude \
	  /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
	  $^