File: xmlto.mak

package info (click to toggle)
xmlto 0.0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 780 kB
  • ctags: 165
  • sloc: sh: 1,497; xml: 494; lex: 271; makefile: 131
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 $<