File: Makefile

package info (click to toggle)
ulogd2 2.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,932 kB
  • sloc: ansic: 13,019; sh: 4,674; sql: 2,302; makefile: 197; perl: 90
file content (7 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
all:
	sgml2txt ulogd.sgml
	sgml2latex --papersize=a4 --output=dvi ulogd.sgml
	dvips -t a4 -o ulogd.ps ulogd.dvi
	sgml2html -s 0 ulogd.sgml
clean:
	rm -f ulogd.dvi ulogd.txt ulogd.html ulogd.ps