/[pkg-java]/trunk/java-common/Makefile
ViewVC logotype

Contents of /trunk/java-common/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Wed Jul 12 13:58:36 2000 UTC (12 years, 10 months ago) by bortz
File size: 898 byte(s)
Initial revision
1 OUTPUTS=policy.html policy.txt policy.ps policy.db
2
3 all: policy
4
5 policy: policy.ps policy.txt policy.html
6
7 policy.tex: policy.db
8 jade -t tex \
9 -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl \
10 /usr/lib/sgml/declaration/xml.decl $<
11
12 policy.dvi: policy.tex
13 jadetex $<
14 jadetex $<
15
16 policy.ps: policy.dvi
17 dvips -f $< > $@
18
19 policy.html: policy.db html.dsl
20 jade -t sgml \
21 -d html.dsl \
22 /usr/lib/sgml/declaration/xml.decl $<
23
24 policy.txt: policy.db
25 jade -t sgml -V nochunks \
26 -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl \
27 /usr/lib/sgml/declaration/xml.decl $< > dump.html
28 lynx -force_html -dump dump.html > $@
29 -rm -f dump.html
30
31 validate:
32 nsgmls -s -wxml /usr/lib/sgml/declaration/xml.decl policy.db
33
34 install: $(OUTPUTS)
35 install -m 0444 $(OUTPUTS) *.html $(DESTDIR)/usr/doc/java-common
36
37 clean:
38 rm -f *.html *.aux *.log *.dvi *.ps *.tex *.txt
39

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.5