mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Added target for printed manual pdf for NuSphere.
Docs/Makefile.am: Added target for printed manual pdf.
This commit is contained in:
parent
ef57d5f11f
commit
e56e379e80
1 changed files with 10 additions and 0 deletions
|
@ -66,6 +66,16 @@ manual.pdf: manual.texi
|
||||||
rm -f manual-tmp.* ; \
|
rm -f manual-tmp.* ; \
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
# Target to produce NuSphere Manual
|
||||||
|
print-manual.pdf: manual.texi
|
||||||
|
cat manual.texi | sed -e 's|@image{[^}]*} *||g' > manual-tmp.texi; \
|
||||||
|
pdftex --interaction=nonstopmode '\input manual-tmp.texi'; \
|
||||||
|
pdftex --interaction=nonstopmode '\pdfcompresslevel=9' \
|
||||||
|
'\input manual-tmp.texi'; \
|
||||||
|
mv manual-tmp.pdf $@; \
|
||||||
|
rm -f manual-tmp.* ; \
|
||||||
|
touch $@
|
||||||
|
|
||||||
# The texi2dvi gives a lot of harmless errors. Just ignore them unless
|
# The texi2dvi gives a lot of harmless errors. Just ignore them unless
|
||||||
# you want to help with the typesetting part.
|
# you want to help with the typesetting part.
|
||||||
# This is the European papersize version
|
# This is the European papersize version
|
||||||
|
|
Loading…
Reference in a new issue