summaryrefslogtreecommitdiffstats
path: root/docs/ka_method/Makefile
blob: 346475433dfbf25440c089423faa46ceeb4525ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#--------- HTML TARGET ---------
WWW_PATH=html/

#-------- PDF TARGET --------------
DSL=/usr/share/sgml/docbook/utils-0.6.??/docbook-utils.dsl
#CATALOG=/etc/sgml/xml-docbook-4.1.2.cat
CATALOG=/etc/sgml/catalog

#-------- ALL TARGETS --------------
XSL_FILE=oneduplication.xsl
BASE=doc-duplication
XML_FILE=${BASE}.xml

#----------- ----------------
DSSSL_JADETEX=/usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl
XSL_JADETEX=/usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl
JADE=openjade

#------------ MAIN ----------------
all:	clean prepare html_doc

prepare: 
	mkdir -p ${WWW_PATH}
	rm -rf ${WWW_PATH}*.html

clean:
	rm -rf *log
	rm -rf ${BASE}.pdf ${BASE
Diffstat (limited to 'perl-install/install/share/po')
class="hl opt">*~ rm-rf *.aux rm-rf *.out rm-rf *.pdf pdf_doc: db2pdf -c ${CATALOG} -d ${DSL} ${XML_FILE}2>&1 pdf_noprint: make clean DSSSL_JADETEX=docbook-jadetex.dsssl make duplication.pdf DSSSL_JADETEX=docbook-jadetex.dsssl html_doc: xsltproc ${XSL_FILE} ${XML_FILE} mv -f index.html ${WWW_PATH}/duplication.html cp -v styleguibo.css ${WWW_PATH}%.tex: %.xml $(DSSSL_JADETEX)$(JADE) -t tex-d $(DSSSL_JADETEX) -c /usr/share/sgml/openjade/catalog \ -o $@ /usr/share/sgml/openjade/pubtext/xml.dcl $<%.pdf %.out %.aux %.log: %.tex if [ -e prior.aux ]; then cp -pf prior.aux pprior.aux; fi f=$(shell basename$< .tex).aux; if [ -e $$f]; then cp -pf $$f prior.aux; fi -pdfjadetex $< > pdfjadetex.log if ! cmp $(shell basename$< .tex).aux prior.aux > /dev/null 2>&1&& \ ! cmp $(shell basename$< .tex).aux pprior.aux > /dev/null 2>&1&& \ expr $(MAKELEVEL)'<'4> /dev/null; then \ rm-f $@; \ echo "Found undefined references, compiling again..."; \ $(MAKE) $@ DSSSL_JADETEX=docbook-jadetex.dsssl; \ fi