]> git.sur5r.net Git - bacula/docs/blobdiff - docs/Makefile
Tweak update newfeatures chapter of manual
[bacula/docs] / docs / Makefile
index 7ffd9dc9fcd03f3a24469b8ed84ba266c2f5bde2..985b04c1d037cbb42f9623eace4e43467fb3788b 100644 (file)
@@ -93,6 +93,7 @@ external-references:
        @echo "External references for all manuals built."
 
 pdftex: external-references
+       mktexlsr ~/texmf
        @for I in ${en_dirs}; \
          do (cd $$I; cp -f ../../version.tex .; cp -f ../../bacula.sty .; ); \
        done
@@ -113,21 +114,11 @@ web:
                            echo ""; echo ""; exit 1;)); \
        done
        @(cd tools ; ./htmls.sh)
-       @cp ./images/png/borg-logo.png manuals/en/pdf-and-html/images
-       @cp ./images/png/borg-next.png manuals/en/pdf-and-html/images/next.png
-       @cp ./images/png/borg-next_g.png manuals/en/pdf-and-html/images/next_g.png
-       @cp ./images/png/borg-previous.png manuals/en/pdf-and-html/images/prev.png
-       @cp ./images/png/borg-previous_g.png manuals/en/pdf-and-html/images/prev_g.png
-       @cp ./images/png/borg-up.png manuals/en/pdf-and-html/images/up.png
-       @cp ./images/png/borg-up_g.png manuals/en/pdf-and-html/images/up_g.png
-       @cp ./images/png/borg-contents.png manuals/en/pdf-and-html/images/contents.png
-       @cp ./images/png/borg-index.png manuals/en/pdf-and-html/images/index.png
+       @cp ./images/png/*.png manuals/en/pdf-and-html/images/
+       @cp ./images/*.png manuals/en/pdf-and-html/images/
        @echo "All manuals built ..."
 
 
-bacula-web:
-       (cd bacula-web; make)
-
 fr:    french
 
 french:
@@ -164,14 +155,13 @@ $(basedir)/$(VERNAME).lsm: LSM.in $(srcdir)/../autoconf/Make.common.in $(srcdir)
 
 clean:
        $(RMF) *~ 1 2 3 bacula-doc*.tar.gz
-       (cd bacula-web; make clean)
        find . -type l -exec rm {} \;
        @for I in ${all_dirs}; \
          do (cd $$I; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1); done
+       (cd manuals/en/pdf-and-html; $(RMF) -r *.aux *.out *.idx *.toc *.cdx *.ddx *.fdx *.log *.sdx)
 
 mini-clean:
        $(RMF) *~ 1 2 3 bacula-doc*.tar.gz
-       (cd bacula-web; make clean)
        find . -type l -exec rm {} \;
        @for I in ${all_dirs}; \
          do (cd $$I; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1); done
@@ -179,11 +169,9 @@ mini-clean:
 realclean: clean
 
 distclean: clean
-       $(RMF) Makefile
        $(RMF) -r CVS html-manual/CVS home-page/CVS techlogs/CVS
        $(RMF) -rf autom4te.cache bacula-doc-* config.log config.out
        $(RMF) -f config.status kernsconfig
-       (cd bacula-web; make distclean)
        @for I in ${all_dirs}; \
          do (cd $$I; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1); done
        @echo "Removing the HTML directories..."
@@ -195,9 +183,6 @@ distclean: clean
        @echo "latex directory cleaned up"
 
 
-devclean:
-       $(RMF) Makefile
-
 depend:
 
 install: