File: Makefile

package info (click to toggle)
python-odf 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,124 kB
  • ctags: 2,061
  • sloc: python: 21,345; makefile: 256; sh: 4
file content (14 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: odf syntaxhighlight.1 

txt: syntaxhighlight.txt

%.1: %.docbook 
	xmlto man $<

%.txt: %.docbook 
	xmlto txt $<

clean:
	rm -f *.txt odf
odf:
	ln -s ../../odf