PDF manual

This commit is contained in:
Roland Gruber 2014-03-11 17:11:06 +00:00
parent 899377adad
commit adbe5e8bf8
4 changed files with 1 additions and 6 deletions

View File

@ -936,7 +936,7 @@ Have fun!
</section>
<section id="a_uninstall">
<title>Uninstalltion of LAM (Pro)</title>
<title>Uninstallation of LAM (Pro)</title>
<para>If you used the prepackaged installation packages then remove the
ldap-account-manager and ldap-account-manager-lamdaemon packages.</para>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 797 B

After

Width:  |  Height:  |  Size: 786 B

View File

@ -11,7 +11,6 @@ mkdir ../manual
xsltproc -o ../manual/ --stringparam html.stylesheet.type text/css --stringparam html.stylesheet style.css /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl howto.xml
mkdir ../manual/images
cp images/*.png ../manual/images
cp images/*.jpg ../manual/images
mkdir ../manual/resources
cp resources/*.* ../manual/resources
cp style.css ../manual

View File

@ -13,7 +13,6 @@ mkdir ../manual-onePage
xsltproc -o ../manual-onePage/ --stringparam html.stylesheet.type text/css --stringparam html.stylesheet style.css /usr/share/xml/docbook/stylesheet/nwalsh/html/onechunk.xsl howto.xml
mkdir ../manual-onePage/images
cp images/*.png ../manual-onePage/images
cp images/*.jpg ../manual-onePage/images
mkdir ../manual-onePage/resources
cp resources/*.* ../manual-onePage/resources
cp style.css ../manual-onePage
@ -25,9 +24,6 @@ mkdir ../manual-pdf/images
for img in `ls images/*.png`; do
convert -density 96 $img ../manual-pdf/$img
done
for img in `ls images/*.jpg`; do
convert -density 96 $img ../manual-pdf/$img
done
cp images/schema_*.png ../manual-pdf/images/
mkdir ../manual-pdf/resources
cp resources/*.* ../manual-pdf/resources