1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
Commit Graph

31 Commits

Author SHA1 Message Date
Jelmer Vernooij
789fda4de0 Fix support for ph-style pages - use ./configure --enable-prentice-hall to enable.
(This used to be commit 6b6c33c21a)
2008-04-23 08:46:47 -05:00
Jelmer Vernooij
7639ec0214 - Fix a couple of LaTeX escaping bugs.
- Fix urls in footnotes.
- Cleanup developers docs.
(This used to be commit d55b9f72ff)
2008-04-23 08:46:46 -05:00
Jelmer Vernooij
8a5498d3bf Another set of updates; includes the new examples code and use of
10.5pt fonts. Still needs some polishing..
(This used to be commit eb11ea43f6)
2008-04-23 08:46:46 -05:00
Jelmer Vernooij
5cec435fda Remove references to Samba4 manpages
(This used to be commit a09660ccda)
2008-04-23 08:46:46 -05:00
Jelmer Vernooij
dc448bdfbb Get rid of unused elements, simply image handling
(This used to be commit 8fb0bb8ce4)
2008-04-23 08:46:45 -05:00
Jelmer Vernooij
06aa63b6f1 Large number of small fixes to the layout and the build system.
(This used to be commit 73fac0653c)
2008-04-23 08:46:44 -05:00
Jelmer Vernooij
5c6237adc8 Ignore some more autogenerated files
(This used to be commit f186948b5f)
2008-04-23 08:46:35 -05:00
Jelmer Vernooij
d925368591 Remove unnecesarily complicated call to the shell
(This used to be commit d32365e03d)
2008-04-23 08:46:35 -05:00
Jelmer Vernooij
0c41833c84 Allow HTML build of Samba 4 manpages
(This used to be commit 3e30ee1a58)
2008-04-23 08:46:34 -05:00
Jelmer Vernooij
eb2c5fedfa Move existing samba4 documentation to Samba-docs trunk
(This used to be commit ee3dfdcf09)
2008-04-23 08:46:33 -05:00
Jelmer Vernooij
be57da2c89 Add optional manpages to the Samba HOWTO Collection
(This used to be commit 5609d2b9df)
2008-04-23 08:46:32 -05:00
Alexander Bokovoy
23bbd51bc0 Fix a dangerous bug in Makefile which actually allows 'make release' to skip
building 'manpages' target because there is already 'manpages' directory and
some make versions are very sensible to what particular file system reports as
timestamp for the file or a directory.

In particular, this behaviour is reproduceable on some 2.4 kernels with Ext3.
Thanks to Dmitry Levin <ldv@altlinux.org> for spotting the bug and providing the
fix.
(This used to be commit 49afe716b0)
2008-04-23 08:46:29 -05:00
Jelmer Vernooij
fc5cdba160 Force update of XML files if one of its include files changes
avoid rebuilding dependency files for "make clobber"
(This used to be commit f4901df3d3)
2008-04-23 08:46:24 -05:00
Jelmer Vernooij
8ee9f6806b Fix smbconfsection output
(This used to be commit 60ce39300d)
2008-04-23 08:46:23 -05:00
Jelmer Vernooij
995aeb00af Respect paper size specification for FO generation
(This used to be commit 3aa353c0e4)
2008-04-23 08:46:22 -05:00
Jelmer Vernooij
f1820fa60e Autogenerate parts of the makefile rather then calling seperate shell scripts.
Avoids a lot of copying images that are already present.
(This used to be commit 310b572db8)
2008-04-23 08:46:22 -05:00
Jelmer Vernooij
2b1f630d8c Use document names rather then file locations in the makefile.
(This used to be commit 4c6d251bc0)
2008-04-23 08:46:22 -05:00
Jelmer Vernooij
69bd24f4b8 Mark some targets phony
(This used to be commit 144d43fe21)
2008-04-23 08:46:21 -05:00
Jelmer Vernooij
c97b78b445 More validation fixes; building FO-PDF versions of the HOWTO and
the Guide work now!
(This used to be commit 2192c44663)
2008-04-23 08:46:20 -05:00
Jelmer Vernooij
04db59897c Fix validation for the developers guide.
(This used to be commit 2a26734ce2)
2008-04-23 08:46:19 -05:00
Jelmer Vernooij
9c72dd78f2 Use new definition of <smbconfoption>, fixes a bunch of
validity errors.
(This used to be commit 3eb5c35e47)
2008-04-23 08:46:19 -05:00
Jelmer Vernooij
50834aa64b Use the Samba Variant of the DocBook DTD rather then
the original one. Entities are now in samba-web/, so remove them
from here.
(This used to be commit a66ba7c7e0)
2008-04-23 08:46:18 -05:00
Jelmer Vernooij
3ef4b3a89a Use the Samba DTD rather then the original DocBook one. This step will
(after the DTD is finished) allow us to validate the source documents.
This all is require for generating PDF's thru XML-FO.
(This used to be commit c5cfb19244)
2008-04-23 08:46:17 -05:00
Jelmer Vernooij
d094db7475 Add texi support
(This used to be commit bdcf561e23)
2008-04-23 08:46:17 -05:00
Jelmer Vernooij
fedcbe8f08 - Be a bit more verbose.
- Try some more possibilities when looking for 3.0 sources.
- Fix "make files"
(This used to be commit 0e33ad6b3b)
2008-04-23 08:46:17 -05:00
Jelmer Vernooij
b40cdb07f9 Fix some warnings
(This used to be commit 20b8daa768)
2008-04-23 08:46:13 -05:00
Jelmer Vernooij
fce3e0803b Couple of minor fixes
(This used to be commit 4b8b1b9294)
2008-04-23 08:46:13 -05:00
Jelmer Vernooij
85ee909fce Add support for building PDF's thru FO rather then docbook2latex. Output
files are generated in output/fo-pdf/
(This used to be commit 9cdcd1f9c6)
2008-04-23 08:46:13 -05:00
Jelmer Vernooij
abd5f7ee4e Allow building text versions of the docs splitted by chapter
(This used to be commit b213126f80)
2008-04-23 08:46:12 -05:00
Jelmer Vernooij
111418f4fa Missed one substitution variable
(This used to be commit 934bca56f9)
2008-04-23 08:46:12 -05:00
Jelmer Vernooij
cdd0b10ffa Don't generate the Makefile, but rather include an autogenerated settings file
(I spend a lot of time editting the Makefile, and running config.status every time
 I change something gets annoying)
(This used to be commit 90f297cbb6)
2008-04-23 08:46:12 -05:00