File: xmlto.mak

package info (click to toggle)
xmlto 0.0.18-5.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 612 kB
  • ctags: 153
  • sloc: sh: 1,215; xml: 349; lex: 258; makefile: 113
file content (13 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makefile rules for using xmlto

%.pdf %.dvi %.ps %.txt %.fo: %.xml
	xmlto $(XMLTOFLAGS) $(subst .,,$(suffix $@)) $<

%.pdf %.dvi %.ps: %.fo
	xmlto $(XMLTOFLAGS) $(subst .,,$(suffix $@)) $<

%.html: %.xml
	xmlto $(XMLTOFLAGS) html-nochunks $<

%.xhtml: %.xml
	xmlto $(XMLTOFLAGS) xhtml-nochunks $<