File: Makefile

package info (click to toggle)
sdop 1.10-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,404 kB
  • sloc: ansic: 21,477; xml: 8,536; sh: 265; perl: 199; makefile: 142
file content (14 lines) | stat: -rw-r--r-- 430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Makefile for SDoP documentation. The fancy gs command ensures that the fonts
# are embedded in the PDF. Otherwise some of the rarer characters may not be
# present in fonts used by acroread or other PDF displayers.

sdop.pdf:   sdop.ps
	    gs -q -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -sDEVICE=pdfwrite -sOutputFile=sdop.pdf sdop.ps

sdop.ps:    sdop.xml
	    sdop sdop.xml

sdop.xml:   sdop.xfpt
	    xfpt sdop.xfpt

# End