diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-06-05 22:54:56 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-06-05 22:54:56 +0000 |
commit | ebf69a5ae66bb81b6be9ac24d290d9d5b44b9bd9 (patch) | |
tree | 9481857522ea94556559afcb697c30d1fc64c4a3 /docs/docbook/devdoc | |
parent | 1fcfcce09568c7e695ee650090bb0dc271b17f07 (diff) | |
download | samba-ebf69a5ae66bb81b6be9ac24d290d9d5b44b9bd9.tar.gz samba-ebf69a5ae66bb81b6be9ac24d290d9d5b44b9bd9.tar.bz2 samba-ebf69a5ae66bb81b6be9ac24d290d9d5b44b9bd9.zip |
Fix the building of the docs in all formats:
- legalnotice should be in <bookinfo> (Developer docs)
- Generate embedded PostScript versions of the PNG files in projdoc/imagefiles
- Use either the PNG or the EPS images, depending on the desired output format.
Check CUPS-printing.xml diff for details
(This used to be commit 9992d5452d96508dc5dedc146f62e28d03b53ecc)
Diffstat (limited to 'docs/docbook/devdoc')
-rw-r--r-- | docs/docbook/devdoc/dev-doc.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/docbook/devdoc/dev-doc.xml b/docs/docbook/devdoc/dev-doc.xml index cd77a0b810..db0032ccef 100644 --- a/docs/docbook/devdoc/dev-doc.xml +++ b/docs/docbook/devdoc/dev-doc.xml @@ -30,13 +30,9 @@ <surname>SAMBA Team</surname> </author> <address><email>samba@samba.org</email></address> -</bookinfo> - -<dedication> -<title>Abstract</title> - +<abstract> <para> -<emphasis>Last Update</emphasis> : Mon Sep 30 15:23:53 CDT 2002 +<emphasis>Last Update</emphasis> : Fri Jun 6 00:45:54 CEST 2003 </para> <para> @@ -57,7 +53,7 @@ distribution. A copy can be found on-line at <ulink url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink> </para> -</dedication> +</abstract> <legalnotice> @@ -70,6 +66,7 @@ url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</u </formalpara> </legalnotice> +</bookinfo> <!-- Contents --> <toc/> |