]> git.sur5r.net Git - bacula/docs/commitdiff
Final changes
authorKern Sibbald <kern@sibbald.com>
Mon, 31 Oct 2005 13:55:38 +0000 (13:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 31 Oct 2005 13:55:38 +0000 (13:55 +0000)
docs/Makefile [deleted file]
docs/Makefile.in
docs/manual-de/Makefile.in
docs/manual-fr/Makefile.in
docs/manual/Makefile.in

diff --git a/docs/Makefile b/docs/Makefile
deleted file mode 100644 (file)
index 2a8dcf1..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-#
-# $Id$
-#
-
-# autoconf/Make.common.in        -*- Makefile -*-
-# release date (man), LSM date, version number/name, current maintainer
-DATE="28 October 2005"
-LSMDATE=@LSMDATE@
-VERSION=1.38.0
-VERNAME=bacula-$(VERSION)#
-MAINT=Kern Sibbald#
-MAINTEMAIL=<kern@sibbald.com>#
-#-------------------------------------------------------------------------
-
-SHELL = /bin/sh
-
-# Installation target directories & other installation stuff
-prefix = /usr/local
-exec_prefix = ${prefix}
-binprefix =
-manprefix =
-sbindir = ${exec_prefix}/sbin
-sysconfdir = ${prefix}/etc
-scriptdir = @scriptdir@
-mandir = ${prefix}/man/man1
-manext = 1
-
-# Tools & program stuff
-MV = /bin/mv
-RM = /bin/rm
-RMF = /bin/rm -f
-CP = /bin/cp
-SED = @SED@
-AWK = /usr/bin/gawk
-ECHO = /bin/echo
-CMP = @CMP@
-INSTALL = /usr/bin/install -c
-# add the -s to the following in PRODUCTION mode
-INSTALL_PROGRAM = /usr/bin/install -c -m @SBINPERM@
-INSTALL_DATA = /usr/bin/install -c -m 644
-INSTALL_SCRIPT = /usr/bin/install -c -m @SBINPERM@
-INSTALL_CONFIG = /usr/bin/install -c -m 640
-
-
-# End of common section of the Makefile
-#-------------------------------------------------------------------------
-
-srcdir =       .
-
-.PATH:         .
-BACULASRC =    /home/bacula-working/bacula
-
-basedir = ..
-topdir = ..
-thisdir = doc
-
-#
-# Distribution variables
-#
-
-
-DIST     = Makefile.in
-
-#-------------------------------------------------------------------------
-
-all:
-       (cd manual; make)
-       (cd developers; make)
-
-
-configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/acconfig.h autoconf/config.h.in
-       cd $(srcdir);
-       ${RMF} -f config.cache config.log config.out config.status src/config.h
-       autoconf --prepend-include=$(srcdir)/autoconf \
-       autoconf/configure.in > configure
-       chmod 755 configure
-
-Makefile: Makefile.in
-       cd $(topdir) \
-           && CONFIG_FILES=$(thisdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-Makefiles:
-       $(SHELL) config.status
-
-
-SEDREPLACE = -e 's%@BACULA_VERSION@%$(VERSION)%g;'\
-            -e 's%@BACULA_LSMDATE@%$(LSMDATE)%g;'\
-            -e 's%@BACULA_DATE@%$(DATE)%g;'\
-            -e 's%@BACULA_MAINTEMAIL@%$(MAINTEMAIL)%g;'\
-            -e 's%@BACULA_MAINT@%$(MAINT)%g;'\
-            -e 's%@BACULA_WEBPAGE@%$(WEBPAGE)%g;'\
-            -e 's%@BACULA_WEBMAINTEMAIL@%$(WEBMAINTEMAIL)%g;'\
-            -e 's%@BACULA_WEBMAINT@%$(WEBMAINT)%g;'\
-            -e 's%@BACULA_FTPSITENAME@%$(FTPSITENAME)%g;'\
-            -e 's%@BACULA_FTPSITEDIR@%$(FTPSITEDIR)%g;'
-
-
-$(basedir)/$(VERNAME).lsm: LSM.in $(srcdir)/../autoconf/Make.common.in $(srcdir)/../src/version.h
-       $(SED) $(SEDREPLACE) < $(srcdir)/LSM.in > $@
-
-clean:
-       $(RMF) *~ 1 2 3 bacula-doc*.tar.gz
-       (cd manual; make clean)
-       (cd manual-de; make clean)
-       (cd manual-fr; make clean)
-
-realclean: clean
-
-distclean:
-       $(RMF) Makefile
-       $(RMF) -r CVS html-manual/CVS home-page/CVS techlogs/CVS
-
-devclean:
-       $(RMF) Makefile
-
-depend:
-
-install:
-#      $(INSTALL_DATA) bacula.1 $(DESTDIR)$(mandir)/$(manprefix)bacula.$(manext)
-
-uninstall:
-#      -cd $(mandir); $(RMF) $(manprefix)bacula.$(manext)
-
-release:
-       rm -rf bacula-docs-*
-       mkdir -p bacula-docs-$(VERSION)
-       cp -ap manual/bacula bacula-docs-$(VERSION)/web-manual
-       mkdir -p bacula-docs-$(VERSION)/html-manual
-       cp -p manual/bacula.html manual/*.png manual/*.css bacula-docs-$(VERSION)/html-manual/
-       cp -p manual/bacula.pdf bacula-docs-$(VERSION)/
-       cp -p developers/developers.pdf bacula-docs-$(VERSION)/
-       cp -p $(BACULASRC)/kernstodo bacula-docs-$(VERSION)/
-       cp -p $(BACULASRC)/ReleaseNotes bacula-docs-$(VERSION)/
-       cp -p $(BACULASRC)/projects bacula-docs-$(VERSION)/
-       find bacula-docs-$(VERSION) -name .cvsignore -exec rm -f {} \;
-       find bacula-docs-$(VERSION) -name CVS -exec rm -rf {} \;
-       rm -rf autom4te.cache; \
-       tar cvfz bacula-docs-$(VERSION).tar.gz bacula-docs-$(VERSION)
-       rm -rf bacula-docs-$(VERSION)
-       @echo " "
-       @echo "Release document is in: bacula-docs-$(VERSION).tar.gz"
-       @echo " "
index ba7fb22ae676dbe71d00cd614fb956b648443e84..2252a39ce8eda71d60b2797b25116acd4c0e96dd 100644 (file)
@@ -67,6 +67,12 @@ realclean: clean
 distclean:
        $(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 manual; make distclean)
+       (cd manual-de; make distclean)
+       (cd manual-fr; make distclean)
+
 
 devclean:
        $(RMF) Makefile
index f7373f53e1e1b6a43e80c600356d24704b8eca9a..84bea94fd94ebab27ab8bc0e925123f80e9ea715 100644 (file)
@@ -126,5 +126,14 @@ clean:
             baculai-console.tex baculai-general.tex images.tex
 
 
-distclean:  clean
-       @rm -f bacula.html bacula.pdf
+distclean:
+       @rm -f 1 2 3 *.tex~
+       @rm -f *.gif *.jpg *.eps
+       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
+       @rm -f  *.backup *.pdf *.ps *.dvi *.ilg *.lof *.lot
+       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
+       @rm -f *.dnd imagename_translations
+       @rm -f *.old WARNINGS *.out *.toc *.idx
+       @rm -f images.pl labels.pl internals.pl
+       @rm -f baculai-dir.tex baculai-fd.tex baculai-sd.tex \
+            baculai-console.tex baculai-general.tex images.tex
index 2f66d62aede5bb4f060653996a6868f6d907abe1..6685c9534d74c469c30cecee2c149da600b20329 100644 (file)
@@ -122,10 +122,18 @@ clean:
        @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
        @rm -f *.dnd
        @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f images.pl labels.pl internals.pl
        @rm -f baculai-dir.tex baculai-fd.tex baculai-sd.tex \
             baculai-console.tex baculai-general.tex images.tex
 
 
-distclean:  clean
-       @rm -f bacula.html bacula.pdf
+distclean:
+       @rm -f 1 2 3 *.tex~
+       @rm -f *.gif *.jpg *.eps
+       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
+       @rm -f  *.backup *.pdf *.ps *.dvi *.ilg *.lof *.lot
+       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
+       @rm -f *.dnd imagename_translations
+       @rm -f *.old WARNINGS *.out *.toc *.idx
+       @rm -f images.pl labels.pl internals.pl
+       @rm -f baculai-dir.tex baculai-fd.tex baculai-sd.tex \
+            baculai-console.tex baculai-general.tex images.tex
index f37f6d3ce67d52bedc001eecbf6ed561dad8592b..43f1f80a96bb1edb6d0e91a561d5722d351b07aa 100644 (file)
@@ -52,7 +52,6 @@ dvipdf:
        @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
 
 html:
@@ -103,10 +102,18 @@ clean:
        @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
        @rm -f *.dnd imagename_translations
        @rm -f *.old WARNINGS *.out *.toc *.idx
-       @rm -f images.pl labels.pl internals.pl
        @rm -f baculai-dir.tex baculai-fd.tex baculai-sd.tex \
             baculai-console.tex baculai-general.tex images.tex
 
 
-distclean:  clean
-       @rm -f bacula.html bacula.pdf dev-bacula.pdf
+distclean:
+       @rm -f 1 2 3 *.tex~
+       @rm -f *.gif *.jpg *.eps
+       @rm -f *.aux *.cp *.fn *.ky *.log *.pg
+       @rm -f  *.backup *.pdf *.ps *.dvi *.ilg *.lof *.lot
+       @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
+       @rm -f *.dnd imagename_translations
+       @rm -f *.old WARNINGS *.out *.toc *.idx
+       @rm -f images.pl labels.pl internals.pl
+       @rm -f baculai-dir.tex baculai-fd.tex baculai-sd.tex \
+            baculai-console.tex baculai-general.tex images.tex