File: Makefile

package info (click to toggle)
dctrl2xml 0.13
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 116 kB
  • ctags: 21
  • sloc: python: 255; xml: 147; makefile: 19
file content (7 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
all: dctrl2xml.1

%.1: %.xml
	docbook2x-man $<

clean:
	rm -f dctrl2xml.1