File: Makefile

package info (click to toggle)
googleearth-package 0.7.0
  • links: PTS, VCS
  • area: contrib
  • in suites: wheezy
  • size: 192 kB
  • sloc: sh: 376; makefile: 43
file content (10 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
all: make-googleearth-package.1

clean:
	rm -f make-googleearth-package.1

%.1: %.1.txt
	asciidoc -b docbook -d manpage $<
	docbook2x-man $*.1.xml
	rm -f $*.1.xml