File: Makefile

package info (click to toggle)
headache 1.08-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: ml: 707; xml: 218; makefile: 73; sh: 8
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 \
	  $^