]> git.sur5r.net Git - bacula/docs/commitdiff
Make targets for developer's manual changed to be consistent with other manuals.
authorKarl Cunningham <karlec@users.sourceforge.net>
Sun, 24 Jul 2005 14:49:54 +0000 (14:49 +0000)
committerKarl Cunningham <karlec@users.sourceforge.net>
Sun, 24 Jul 2005 14:49:54 +0000 (14:49 +0000)
docs/developers/Makefile.in

index 4e2ab7b5b3025a61ce9657de997afe1b9d4cb146..7f5b96f38b55ee870892402eb730b47a213a0c13 100644 (file)
@@ -19,28 +19,12 @@ first_rule: bacula
 
 bacula: tex web html dvipdf
 
-developers: devtex devweb devpdf
-
 .SUFFIXES:     .tex .html
 .PHONY:
 .DONTCARE:
 
 
 tex:
-       @cp -fp ${IMAGES}/hires/*.eps .
-       @touch baculai-dir.tex baculai-fd.tex baculai-sd.tex \
-            baculai-console.tex baculai-general.tex
-       -latex -interaction=batchmode bacula.tex
-       makeindex bacula.idx -o bacula.ind 2>/dev/null
-       makeindex bacula.ddx -o bacula.dnd >/dev/null 2>/dev/null
-       makeindex bacula.fdx -o bacula.fnd >/dev/null 2>/dev/null
-       makeindex bacula.sdx -o bacula.snd >/dev/null 2>/dev/null
-       makeindex bacula.cdx -o bacula.cnd >/dev/null 2>/dev/null
-       -latex -interaction=batchmode bacula.tex
-       @rm -f *.eps *.old
-
-
-devtex:
        @cp -fp ${IMAGES}/hires/*.eps .
        touch developers.idx developersi-general.tex
        -latex -interaction=batchmode developers.tex
@@ -49,49 +33,18 @@ devtex:
        @rm -f *.eps *.old
 
 pdf:
-       @echo "Making pdfm"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdfm -p a4 bacula.dvi
-# Rename for loading on Web site
-       @cp -f bacula.pdf dev-bacula.pdf
-       @rm -f *.eps *.old
-
-dvipdf:
-       @echo "Making dvi to pdf"
-       @cp -fp ${IMAGES}/hires/*.eps .
-       dvipdf bacula.dvi bacula.pdf
-# Rename for loading on Web site
-       @cp -f bacula.pdf dev-bacula.pdf
-       @rm -f *.eps *.old
-
-
-devpdf:
        @echo "Making developers pdf"
        @cp -fp ${IMAGES}/hires/*.eps .
        dvipdf developers.dvi developers.pdf
        @rm -f *.eps *.old
 
-devpdfm:
+dvipdf:
        @echo "Making developers pdfm"
        @cp -fp ${IMAGES}/hires/*.eps .
        dvipdfm -p a4 developers.dvi
        @rm -f *.eps *.old
 
 html:
-       @echo " "
-       @echo "Making html"
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @(if [ -e imagename_translations ] ; then \
-           ./translate_images.pl --from_meaningful_names bacula.html; \
-        fi)
-       latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
-               -init_file latex2html-init.pl bacula >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names bacula.html
-       @rm -f *.eps *.gif *.jpg
-       @echo "Done making html"
-
-devhtml:
        @echo "Making developers html"
        @cp -fp ${IMAGES}/*.eps .
        @rm -f next.eps next.png prev.eps prev.png up.eps up.png
@@ -104,23 +57,6 @@ devhtml:
        @rm -f *.eps *.gif *.jpg *.old
 
 web:
-       @echo "Making web"
-       @mkdir -p bacula
-       @cp -fp ${IMAGES}/*.eps .
-       @rm -f next.eps next.png prev.eps prev.png up.eps up.png
-       @cp -fp ${IMAGES}/*.eps *.txt bacula
-       @cp -fp ${IMAGES}/*.eps *.txt ${IMAGES}/*.png bacula
-       @rm -f bacula/xp-*.png
-       @rm -f bacula/next.eps bacula/next.png bacula/prev.eps bacula/prev.png bacula/up.eps bacula/up.png
-       @rm -rf bacula/*.html
-       latex2html -split 4 -local_icons -t "Bacula User's Guide" -long_titles 4 \
-               -toc_stars -contents_in_nav -init_file latex2html-init.pl -white -notransparent bacula >tex.out 2>&1
-       ./translate_images.pl --to_meaningful_names bacula/Bacula_Users_Guide.html
-       cp -f bacula/Bacula_Freque_Asked_Questi.html bacula/faq.html 
-       @rm -f *.eps *.gif *.jpg bacula/*.eps *.old bacula/*.old
-       @echo "Done making web"
-
-devweb:
        @echo "Making developers web"
        @mkdir -p developers
        @rm -f developers/*
@@ -132,17 +68,13 @@ devweb:
           ./translate_images.pl --to_meaningful_names developers/Bacula_Users_Guide.html; \
         fi)
        @rm -rf developers/*.html
-       latex2html -split 5 -local_icons -t "Developer's Guide" -long_titles 4 \
+       latex2html -split 4 -local_icons -t "Developer's Guide" -long_titles 4 \
                -contents_in_nav -toc_stars -white -notransparent developers >/dev/null
        ./translate_images.pl --to_meaningful_names developers/Developers_Guide.html
        @cp -f developers/Developers_Guide.html developers/index.html
        @rm -f *.eps *.gif *.jpg developers/*.eps  *.old
 
-show:
-       xdvi bacula
-
 texcheck:
-       ./check_tex.pl bacula.tex
        ./check_tex.pl developers.tex
 
 main_configs:
@@ -157,10 +89,9 @@ clean:
        @rm -f *.dnd imagename_translations
        @rm -f *.old WARNINGS *.out *.toc *.idx
        @rm -f images.pl labels.pl internals.pl
-       @rm -rf bacula developers
-       @rm -f baculai-dir.tex baculai-fd.tex baculai-sd.tex \
-            baculai-console.tex baculai-general.tex images.tex developersi.tex
+       @rm -rf developers
+       @rm -f images.tex developersi.tex
 
 
 distclean:  clean
-       @rm -f bacula.html bacula.pdf dev-bacula.pdf developers.html developers.pdf
+       @rm -f developers.html developers.pdf