]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/Makefile.in
main ok but web
[bacula/docs] / docs / manuals / en / main / Makefile.in
index 120e2e7e3f17c4016ebc65d041e81c8206fe675e..e79656b11f821ec3cde5f33b5041683378d3349a 100644 (file)
@@ -52,7 +52,7 @@ TEXCOMPILERFILE=$(MANUALSDIR)/bsys-latex-mode.tex
 WEBCOMPILERFILE=$(MANUALSDIR)/bsys-web-mode.tex
 first_rule: all
 
-all: tex web dvipdf mini-clean
+all: tex pdflatex mini-clean
 
 .SUFFIXES:     .tex .html
 .PHONY:
@@ -90,14 +90,13 @@ epscovers:
        @echo "Done."
 
 commonfiles:
+       @../../update_version
+       @echo "Making version `cat version.tex`"
        @echo -n "Linking shared files..."
        @(for L in $(LICENCES); do ln -sf $$L .; done)
        @echo "Done"
 
-tex:   epscovers epsimages
-       @../../update_version
-       @echo "Making version `cat version.tex`"
-#      @cp -fp ${IMAGES}/hires/*.eps .
+tex:   epscovers epsimages commonfiles
        @ln -sf $(TEXCOMPILERFILE) $(BSYSCOMPILERFILE)
        @touch ${DOC}i-dir.tex ${DOC}i-fd.tex ${DOC}i-sd.tex \
             ${DOC}i-console.tex ${DOC}i-general.tex
@@ -109,11 +108,6 @@ tex:       epscovers epsimages
        makeindex ${DOC}.cdx -o ${DOC}.cnd >/dev/null 2>/dev/null
        latex -interaction=batchmode ${DOC}.tex
 
-pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 ${DOC}.dvi
-
 pdflatex: pdfcovers pdfimages commonfiles
        @ln -sf $(PDFCOMPILERFILE) $(BSYSCOMPILERFILE)
        pdflatex -interaction=batchmode ${DOC}.tex
@@ -125,11 +119,6 @@ pdflatex: pdfcovers pdfimages commonfiles
        pdflatex -interaction=batchmode ${DOC}.tex
        pdflatex -interaction=batchmode ${DOC}.tex
 
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf ${DOC}.dvi ${DOC}.pdf
-
 html:
        @echo " "
        @echo "Making html"
@@ -172,6 +161,7 @@ main_configs:
        pic2graph -density 100 <main_configs.pic >main_configs.png
 
 mini-clean:
+       @rm ${DOC}.mtc*
        @rm -f 1 2 3 *.tex~
        @rm -f *.gif *.jpg *.eps
        @rm -f *.aux *.cp *.fn *.ky *.log *.pg
@@ -187,6 +177,8 @@ mini-clean:
 
 
 clean:
+       @rm ${DOC}.mtc*
+       @find . -type l -name "*.tex" -exec rm {} \;
        @rm -f 1 2 3 *.tex~
        @rm -f *.png *.gif *.jpg *.eps
        @rm -f *.pdf *.aux *.cp *.fn *.ky *.log *.pg