From: Kern Sibbald Date: Wed, 2 Apr 2014 07:16:15 +0000 (+0200) Subject: Fix bad control sequence X-Git-Tag: Release-7.0.2~1 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fdocs;a=commitdiff_plain;h=ffa165607a13b8bee1558cb8a66680decbd7eae7 Fix bad control sequence --- diff --git a/docs/manuals/en/console/Makefile b/docs/manuals/en/console/Makefile index aca834da..0dc3ca97 100644 --- a/docs/manuals/en/console/Makefile +++ b/docs/manuals/en/console/Makefile @@ -56,7 +56,7 @@ HTML_DEST_DIR=$(DESTDIR)/$(DOC) WWW_BUILD_DIR=$(DESTDIR)/www-$(DOC) # # LATEX compiler -LATEX_TO_PDF= pdflatex --output-directory $(PDF_DEST_DIR) +LATEX_TO_PDF=pdflatex --output-directory $(PDF_DEST_DIR) first_rule: all all: pdftex web mini-clean @@ -81,7 +81,7 @@ pdfcovers: external-references: destdir @echo " " @echo "Building external references for $(DOC)" - @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}\n" > graphicspolicy.tex + @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}" > graphicspolicy.tex @export TEXINPUTS=.:../../../latex//: ; $(LATEX_TO_PDF) $(DOC) @rm -f $(PDF_DEST_DIR)/$(DOC).pdf @echo "$(DOC) external references done." @@ -89,7 +89,7 @@ external-references: destdir pdftex: destdir @echo "" @echo "Making PDF manual with PDFLATEX compile..." - @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}\n" > graphicspolicy.tex + @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}" > graphicspolicy.tex @export TEXINPUTS=.:../../../latex//: ; $(LATEX_TO_PDF) $(DOC); makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null ; $(LATEX_TO_PDF) $(DOC); $(LATEX_TO_PDF) $(DOC) epscovers: @echo " " diff --git a/docs/manuals/en/developers/Makefile b/docs/manuals/en/developers/Makefile index 3048b72d..4ec225da 100644 --- a/docs/manuals/en/developers/Makefile +++ b/docs/manuals/en/developers/Makefile @@ -35,7 +35,7 @@ HTML_DEST_DIR=$(DESTDIR)/$(DOC) WWW_BUILD_DIR=$(DESTDIR)/www-$(DOC) # # LATEX compiler -LATEX_TO_PDF= pdflatex --output-directory $(PDF_DEST_DIR) +LATEX_TO_PDF=pdflatex --output-directory $(PDF_DEST_DIR) first_rule: all @@ -99,7 +99,7 @@ pdfcovers: external-references: destdir @echo " " @echo "Building external references for $(DOC)" - @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}\n" > graphicspolicy.tex + @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}" > graphicspolicy.tex @export TEXINPUTS=.:../../../latex//: ; $(LATEX_TO_PDF) $(DOC) @rm -f $(PDF_DEST_DIR)/$(DOC).pdf @echo "$(DOC) external references done." @@ -107,7 +107,7 @@ external-references: destdir pdftex: destdir @echo "" @echo "Making PDF manual with $(LATEX_TO_PDF)compile..." - @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}\n" > graphicspolicy.tex + @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}" > graphicspolicy.tex @export TEXINPUTS=.:../../../latex//: ; $(LATEX_TO_PDF) $(DOC); makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null ; $(LATEX_TO_PDF) $(DOC); $(LATEX_TO_PDF) $(DOC) @echo "Done" diff --git a/docs/manuals/en/main/Makefile b/docs/manuals/en/main/Makefile index c806264d..290d784f 100644 --- a/docs/manuals/en/main/Makefile +++ b/docs/manuals/en/main/Makefile @@ -53,7 +53,7 @@ HTML_DEST_DIR=$(DESTDIR)/$(DOC) WWW_BUILD_DIR=$(DESTDIR)/www-$(DOC) # # LATEX compiler -LATEX_TO_PDF= pdflatex --output-directory $(PDF_DEST_DIR) +LATEX_TO_PDF=pdflatex --output-directory $(PDF_DEST_DIR) first_rule: all @@ -114,7 +114,7 @@ commonfiles: external-references: destdir @echo " " @echo "Building external references for $(DOC)" - @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}\n" > graphicspolicy.tex + @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}" > graphicspolicy.tex @export TEXINPUTS=.:../../../latex//: ; $(LATEX_TO_PDF) $(DOC) @rm -f $(PDF_DEST_DIR)/$(DOC).pdf @echo "$(DOC) external references done." @@ -122,7 +122,7 @@ external-references: destdir pdftex: destdir @echo "" @echo "Making PDF manual with $(LATEX_TO_PDF)compile..." - @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}\n" > graphicspolicy.tex + @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}" > graphicspolicy.tex @export TEXINPUTS=.:../../../latex//: ; $(LATEX_TO_PDF) $(DOC); makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null ; $(LATEX_TO_PDF) $(DOC); $(LATEX_TO_PDF) $(DOC) @echo "Done" diff --git a/docs/manuals/en/misc/Makefile b/docs/manuals/en/misc/Makefile index 2ba4fd1c..1e2dd455 100644 --- a/docs/manuals/en/misc/Makefile +++ b/docs/manuals/en/misc/Makefile @@ -55,7 +55,7 @@ HTML_DEST_DIR=$(DESTDIR)/$(DOC) WWW_BUILD_DIR=$(DESTDIR)/www-$(DOC) # # LATEX compiler -LATEX_TO_PDF= pdflatex --output-directory $(PDF_DEST_DIR) +LATEX_TO_PDF=pdflatex --output-directory $(PDF_DEST_DIR) first_rule: all @@ -112,7 +112,7 @@ pdfcovers: external-references: destdir @echo " " @echo "Building external references for $(DOC)" - @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}\n" > graphicspolicy.tex + @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}" > graphicspolicy.tex @export TEXINPUTS=.:../../../latex//: ; $(LATEX_TO_PDF) $(DOC) @rm -f $(PDF_DEST_DIR)/$(DOC).pdf @echo "$(DOC) external references done." @@ -120,7 +120,7 @@ external-references: destdir pdftex: destdir @echo "" @echo "Making PDF manual with $(LATEX_TO_PDF)compile..." - @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}\n" > graphicspolicy.tex + @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}" > graphicspolicy.tex @export TEXINPUTS=.:../../../latex//: ; $(LATEX_TO_PDF) $(DOC); makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null ; $(LATEX_TO_PDF) $(DOC); $(LATEX_TO_PDF) $(DOC) @echo "Done" diff --git a/docs/manuals/en/problems/Makefile b/docs/manuals/en/problems/Makefile index 6b1bdd3e..4cd669b7 100644 --- a/docs/manuals/en/problems/Makefile +++ b/docs/manuals/en/problems/Makefile @@ -54,7 +54,7 @@ HTML_DEST_DIR=$(DESTDIR)/$(DOC) WWW_BUILD_DIR=$(DESTDIR)/www-$(DOC) # # LATEX compiler -LATEX_TO_PDF= pdflatex --output-directory $(PDF_DEST_DIR) +LATEX_TO_PDF=pdflatex --output-directory $(PDF_DEST_DIR) first_rule: all @@ -110,7 +110,7 @@ pdfcovers: external-references: destdir @echo " " @echo "Building external references for $(DOC)" - @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}\n" > graphicspolicy.tex + @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}" > graphicspolicy.tex @export TEXINPUTS=.:../../../latex//: ; $(LATEX_TO_PDF) $(DOC) @rm -f $(PDF_DEST_DIR)/$(DOC).pdf @echo "$(DOC) external references done." @@ -118,7 +118,7 @@ external-references: destdir pdftex: destdir @echo "" @echo "Making PDF manual with $(LATEX_TO_PDF)compile..." - @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}\n" > graphicspolicy.tex + @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}" > graphicspolicy.tex @export TEXINPUTS=.:../../../latex//: ; $(LATEX_TO_PDF) $(DOC); makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null ; $(LATEX_TO_PDF) $(DOC); $(LATEX_TO_PDF) $(DOC) @echo "Done" diff --git a/docs/manuals/en/utility/Makefile b/docs/manuals/en/utility/Makefile index 516bbaad..b997688d 100644 --- a/docs/manuals/en/utility/Makefile +++ b/docs/manuals/en/utility/Makefile @@ -54,7 +54,7 @@ HTML_DEST_DIR=$(DESTDIR)/$(DOC) WWW_BUILD_DIR=$(DESTDIR)/www-$(DOC) # # LATEX compiler -LATEX_TO_PDF= pdflatex --output-directory $(PDF_DEST_DIR) +LATEX_TO_PDF=pdflatex --output-directory $(PDF_DEST_DIR) first_rule: all @@ -111,7 +111,7 @@ pdfcovers: external-references: destdir @echo " " @echo "Building external references for $(DOC)" - @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}\n" > graphicspolicy.tex + @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}" > graphicspolicy.tex @export TEXINPUTS=.:../../../latex//: ; $(LATEX_TO_PDF) $(DOC) @rm -f $(PDF_DEST_DIR)/$(DOC).pdf @echo "$(DOC) external references done." @@ -119,7 +119,7 @@ external-references: destdir pdftex: destdir @echo "" @echo "Making PDF manual with $(LATEX_TO_PDF)compile..." - @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}\n" > graphicspolicy.tex + @echo "\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.eps}" > graphicspolicy.tex @export TEXINPUTS=.:../../../latex//: ; $(LATEX_TO_PDF) $(DOC); makeindex ${DOC}.idx -o ${DOC}.ind 2>/dev/null ; $(LATEX_TO_PDF) $(DOC); $(LATEX_TO_PDF) $(DOC) @echo "Done"