File: Makefile

package info (click to toggle)
plex86 0.0.20011018-8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,868 kB
  • ctags: 8,721
  • sloc: ansic: 46,915; cpp: 17,817; xml: 1,283; makefile: 1,130; sh: 451; asm: 360; csh: 18
file content (20 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.PHONY: all html clean ps

all: html

html:
	/bin/rm -rf ../../output/html/PIG
	mkdir ../../output/html/PIG
	docbook2html -l /usr/share/sgml/declaration/xml.dcl \
	  -c /etc/sgml/catalog \
	  -o ../../output/html/PIG book_PIG.xml
	/bin/cp -f *.png ../../output/html/PIG

ps:
	docbook2ps -l /usr/share/sgml/declaration/xml.dcl \
	  -c /etc/sgml/catalog \
	  book_PIG.xml
	/bin/mv -f book_PIG.ps ../../output/ps/

clean:
	/bin/rm -f *.tex *.aux *.dvi *.log *.out *.pdf *.ps *~