diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index af6df903..af4e63c7 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -936,7 +936,7 @@ Have fun!
- Uninstalltion of LAM (Pro) + Uninstallation of LAM (Pro) If you used the prepackaged installation packages then remove the ldap-account-manager and ldap-account-manager-lamdaemon packages. diff --git a/lam/docs/manual-sources/images/schema_sudo.png b/lam/docs/manual-sources/images/schema_sudo.png index f67fb4cf..677306cb 100644 Binary files a/lam/docs/manual-sources/images/schema_sudo.png and b/lam/docs/manual-sources/images/schema_sudo.png differ diff --git a/lam/docs/manual-sources/make.sh b/lam/docs/manual-sources/make.sh index 851cbd4c..acde4840 100755 --- a/lam/docs/manual-sources/make.sh +++ b/lam/docs/manual-sources/make.sh @@ -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 diff --git a/lam/docs/manual-sources/makeOther.sh b/lam/docs/manual-sources/makeOther.sh index e76b2a0d..fac54513 100755 --- a/lam/docs/manual-sources/makeOther.sh +++ b/lam/docs/manual-sources/makeOther.sh @@ -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