File: Makefile

package info (click to toggle)
springlobby 0.201-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,728 kB
  • ctags: 16,872
  • sloc: cpp: 97,957; ansic: 91,781; python: 1,225; sh: 734; perl: 238; xml: 64; makefile: 45; sed: 29
file content (12 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

build: springlobby.6 springsettings.6

%.6 : %.6.xml
	xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl $<

%.6.xml : %.6.txt
	asciidoc -d manpage -b docbook $<

clean:
	rm -f *.6