From: Kern Sibbald Date: Mon, 31 Oct 2005 13:55:38 +0000 (+0000) Subject: Final changes X-Git-Tag: Release-1.38.0~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ee638f559ef6b84336edad2b3b291acd91dc9cb9;p=bacula%2Fdocs Final changes --- diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 2a8dcf19..00000000 --- a/docs/Makefile +++ /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=# -#------------------------------------------------------------------------- - -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 " " diff --git a/docs/Makefile.in b/docs/Makefile.in index ba7fb22a..2252a39c 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -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 diff --git a/docs/manual-de/Makefile.in b/docs/manual-de/Makefile.in index f7373f53..84bea94f 100644 --- a/docs/manual-de/Makefile.in +++ b/docs/manual-de/Makefile.in @@ -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 diff --git a/docs/manual-fr/Makefile.in b/docs/manual-fr/Makefile.in index 2f66d62a..6685c953 100644 --- a/docs/manual-fr/Makefile.in +++ b/docs/manual-fr/Makefile.in @@ -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 diff --git a/docs/manual/Makefile.in b/docs/manual/Makefile.in index f37f6d3c..43f1f80a 100644 --- a/docs/manual/Makefile.in +++ b/docs/manual/Makefile.in @@ -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