]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/console/Makefile.in
all manuals pdf and dvi. No web at this point
[bacula/docs] / docs / manuals / en / console / Makefile.in
1 #
2 #
3 #  Makefile for LaTeX  
4 #
5 # To build everything do
6 #    make tex
7 #    make web
8 #    make html
9 #    make dvipdf
10 #
11 # or simply
12 #
13 #    make
14 #
15 # for rapid development do:
16 #    make tex
17 #    make show
18 #
19 #
20 # If you are having problems getting "make" to work, debugging it is
21 #  easier if can see the output from latex, which is normally redirected
22 #  to /dev/null.  To see it, do the following:
23 #
24 #   cd docs/manual
25 #   make tex
26 #   latex bacula.tex
27 #
28 #  typically the latex command will stop indicating the error (e.g. a
29 #  missing \ in front of a _ or a missing { or ] ...
30 #
31 #  The following characters must be preceded by a backslash
32 #    to be entered as printable characters:
33
34 #    # $ % & ~ _ ^ \ { }
35 #
36
37 IMAGES=../../../images
38
39 DOC=console
40 MAINDOC=Bacula_Console_Operators_Gu.html
41
42 MANUALSDIR=../..
43 BSYSMANUALDIR=../../../bsysmanual
44 COVERSDIR=../../../covers
45 PDFCOVERSDIR=$(COVERSDIR)/pdf
46 SVGCOVERSDIR=$(COVERSDIR)/svg
47 EPSCOVERSDIR=$(COVERSDIR)/eps
48 LICENSESDIR=$(MANUALSDIR)/licences
49 COVERNAME=coverpage-console
50 BSYSMANNAME=bsysmanual-coverpagebackground
51 LICENCES=$(wildcard $(LICENSESDIR)/*.tex)
52 BSYSCOMPILERFILE=bsys-compiler-mode.tex
53 PDFCOMPILERFILE=$(MANUALSDIR)/bsys-pdflatex-mode.tex
54 TEXCOMPILERFILE=$(MANUALSDIR)/bsys-latex-mode.tex
55 WEBCOMPILERFILE=$(MANUALSDIR)/bsys-web-mode.tex
56
57 first_rule: all
58
59 all: tex pdflatex mini-clean
60
61 .SUFFIXES:     .tex .html
62 .PHONY:
63 .DONTCARE:
64
65 pdfcovers:
66         @echo -n "Linking coverpage and background PDF format..."
67         @(cd $(SVGCOVERSDIR) ; make pdf)
68         @ln -sf `pwd`/${PDFCOVERSDIR}/${COVERNAME}.pdf `pwd`/${BSYSMANUALDIR}/${BSYSMANNAME}.pdf
69         @echo "Done."
70
71 pdfimages: 
72         @echo "Generating PDF images..."
73         @(cd ${IMAGES}/svg ; make pdf)
74         @echo "Done."
75
76 pngimages:
77         @echo "Generating PNG images..."
78         @(cd ${IMAGES}/svg ; make png)
79         @echo "Done."
80
81 epsimages:
82         @echo "Generating EPS images..."
83         @(cd ${IMAGES}/svg ; make eps)
84         @rm -rf ${IMAGES}/png
85         @rm -rf ${IMAGES}/pdf
86         @echo "Done."
87
88 epscovers:
89         @echo -n "Linking coverpage and background EPS format..."
90         @(cd $(SVGCOVERSDIR) ; make eps)
91         @ln -sf `pwd`/${EPSCOVERSDIR}/${COVERNAME}.eps `pwd`/${BSYSMANUALDIR}/${BSYSMANNAME}.eps
92         @rm -f `pwd`/${BSYSMANUALDIR}/${BSYSMANNAME}.pdf
93         @echo "Done."
94
95 commonfiles:
96         @../../update_version
97         @echo "Making version `cat version.tex`"
98         @echo -n "Linking shared files..."
99         @(for L in $(LICENCES); do ln -sf $$L .; done)
100         @echo "Done"
101
102 tex:    epscovers epsimages commonfiles
103         @ln -sf $(TEXCOMPILERFILE) $(BSYSCOMPILERFILE)
104         @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
105              ${DOC}i-console.tex ${DOC}i-general.tex
106         latex -interaction=batchmode ${DOC}.tex
107         makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
108         latex -interaction=batchmode ${DOC}.tex
109
110 pdflatex: pdfcovers pdfimages commonfiles
111         @ln -sf $(PDFCOMPILERFILE) $(BSYSCOMPILERFILE)
112         pdflatex -interaction=batchmode ${DOC}.tex
113         makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null
114         pdflatex -interaction=batchmode ${DOC}.tex
115         pdflatex -interaction=batchmode ${DOC}.tex
116
117 html:
118         @echo " "
119         @echo "Making html"
120         @ln -sf $(WEBCOMPILERFILE) $(BSYSCOMPILERFILE)
121 #       @cp -fp ${IMAGES}/*.eps .
122 #       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
123         @(if [ -f imagename_translations ] ; then \
124             ./translate_images.pl --from_meaningful_names ${DOC}.html; \
125          fi)
126         latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
127                 -init_file latex2html-init.pl ${DOC} >tex.out 2>&1
128         @(if [ -f imagename_translations ] ; then \
129             ./translate_images.pl --from_meaningful_names ${DOC}.html; \
130          fi)
131         (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} .; done)
132         @echo "Done making html"
133
134 web:
135         @echo "Making web"
136         @rm -rf ${DOC}
137         @mkdir -p ${DOC}
138         @cp -fp ${IMAGES}/*.eps .
139         @rm -f next.eps next.png prev.eps prev.png up.eps up.png
140         @rm -f ${DOC}/xp-*.png
141         @rm -f ${DOC}/next.eps ${DOC}/next.png ${DOC}/prev.eps ${DOC}/prev.png ${DOC}/up.eps ${DOC}/up.png
142         latex2html -split 3 -local_icons -t "Bacula Console and Operators Guide" -long_titles 4 \
143                 -toc_stars -contents_in_nav -init_file latex2html-init.pl \
144                 -no_antialias -no_antialias_text \
145                 -white -notransparent ${DOC} >tex.out 2>&1
146         @(if [ -f imagename_translations ] ; then \
147             ./translate_images.pl --from_meaningful_names ${DOC}.html; \
148          fi)
149         @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html
150         @echo "Done making web"
151
152 show:
153         xdvi ${DOC}
154
155 texcheck:
156         ./check_tex.pl ${DOC}.tex
157
158 main_configs:
159         pic2graph -density 100 <main_configs.pic >main_configs.png
160
161 mini-clean:
162         @rm -f 1 2 3 *.tex~
163         @rm -f *.gif *.jpg *.eps
164         @rm -f *.aux *.cp *.fn *.ky *.log *.pg
165         @rm -f *.backup *.ilg *.lof *.lot
166         @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
167         @rm -f *.dnd *.old *.out 
168         @rm -f ${DOC}/*.gif ${DOC}/*.jpg ${DOC}/*.eps
169         @rm -f ${DOC}/*.aux ${DOC}/*.cp ${DOC}/*.fn ${DOC}/*.ky ${DOC}/*.log ${DOC}/*.pg
170         @rm -f ${DOC}/*.backup ${DOC}/*.ilg ${DOC}/*.lof ${DOC}/*.lot
171         @rm -f ${DOC}/*.cdx ${DOC}/*.cnd ${DOC}/*.ddx ${DOC}/*.ddn ${DOC}/*.fdx ${DOC}/*.fnd ${DOC}/*.ind ${DOC}/*.sdx ${DOC}/*.snd
172         @rm -f ${DOC}/*.dnd ${DOC}/*.old ${DOC}/*.out
173         @rm -f ${DOC}/WARNINGS
174
175
176 clean:
177         @find . -type f -name ${DOC}.mtc* -exec rm {} \;
178         @find . -type l -name "*.tex" -exec rm {} \;
179         @rm -f 1 2 3 *.tex~
180         @rm -f *.png *.gif *.jpg *.eps
181         @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg
182         @rm -f *.html *.backup *.ps *.dvi *.ilg *.lof *.lot
183         @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
184         @rm -f *.dnd imagename_translations
185         @rm -f *.old WARNINGS *.out *.toc *.idx
186         @rm -f ${DOC}i-*.tex
187         @rm -rf ${DOC}
188
189
190 distclean: clean
191         @rm -f images.pl labels.pl internals.pl
192         @rm -f Makefile version.tex