File: xmlto.mak

package info (click to toggle)
xmlto 0.0.29-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: xml: 511; lex: 279; makefile: 83; sh: 14
file content (13 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makefile rules for using xmlto

%.pdf %.dvi %.ps %.epub %.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 $<