summaryrefslogtreecommitdiff
path: root/docs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-04-23Fix html build.Jelmer Vernooij1-0/+3
(This used to be commit 741ae2bd95c4c2fece10ce2021b15881f557f475)
2008-04-23Fix image qualityJelmer Vernooij1-9/+14
(This used to be commit 75faf6c3aeff6716f7a5a10066d7cb960253a58e)
2008-04-23Fix support for ph-style pages - use ./configure --enable-prentice-hall to ↵Jelmer Vernooij1-1/+1
enable. (This used to be commit 6b6c33c21a2ad61a72fb0b6f89fe6fcdec275d41)
2008-04-23- Fix a couple of LaTeX escaping bugs.Jelmer Vernooij1-5/+5
- Fix urls in footnotes. - Cleanup developers docs. (This used to be commit d55b9f72ffbd0421cbde67915d9f275cc8956ed7)
2008-04-23Another set of updates; includes the new examples code and use ofJelmer Vernooij1-4/+5
10.5pt fonts. Still needs some polishing.. (This used to be commit eb11ea43f68f57d877dc80d4912396ad8e91a081)
2008-04-23Remove references to Samba4 manpagesJelmer Vernooij1-17/+3
(This used to be commit a09660ccdae98c0b630b732c6c46dc7735a1798d)
2008-04-23Get rid of unused elements, simply image handlingJelmer Vernooij1-5/+0
(This used to be commit 8fb0bb8ce4668ee0ed1e247dad57c9e9a5a233f6)
2008-04-23Large number of small fixes to the layout and the build system.Jelmer Vernooij1-9/+9
(This used to be commit 73fac0653c774a8ed8654b064fd63d4e486f6b0f)
2008-04-23Ignore some more autogenerated filesJelmer Vernooij1-8/+4
(This used to be commit f186948b5f506049ff8120eae06065f19e1124f4)
2008-04-23Remove unnecesarily complicated call to the shellJelmer Vernooij1-1/+1
(This used to be commit d32365e03d92a3951b5d3d8fb6b4c3526710431c)
2008-04-23Allow HTML build of Samba 4 manpagesJelmer Vernooij1-5/+13
(This used to be commit 3e30ee1a58a4773ee6e61a04d32a13f05861e1a9)
2008-04-23Move existing samba4 documentation to Samba-docs trunkJelmer Vernooij1-13/+20
(This used to be commit ee3dfdcf09d6a657cf7e7325f10aa3154867c351)
2008-04-23Add optional manpages to the Samba HOWTO CollectionJelmer Vernooij1-0/+1
(This used to be commit 5609d2b9df51bcacd153f13275e52ce022a37e97)
2008-04-23Fix a dangerous bug in Makefile which actually allows 'make release' to skipAlexander Bokovoy1-1/+1
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 49afe716b080c08ecf5b2b00a89c9eee3a67ae4e)
2008-04-23Force update of XML files if one of its include files changesJelmer Vernooij1-5/+7
avoid rebuilding dependency files for "make clobber" (This used to be commit f4901df3d3f2f69390cc807248ac103ce883d26d)
2008-04-23Fix smbconfsection outputJelmer Vernooij1-1/+1
(This used to be commit 60ce39300d498bc5b14da534658f9f26c61c72b2)
2008-04-23Respect paper size specification for FO generationJelmer Vernooij1-1/+1
(This used to be commit 3aa353c0e4b2b0220419b8623464317b71f9f34b)
2008-04-23Autogenerate parts of the makefile rather then calling seperate shell scripts.Jelmer Vernooij1-22/+53
Avoids a lot of copying images that are already present. (This used to be commit 310b572db83e5a5a14eb4ac7dabbbff60172c668)
2008-04-23Use document names rather then file locations in the makefile.Jelmer Vernooij1-20/+22
(This used to be commit 4c6d251bc087fa8ce7a8531b066fe6b36b4078c6)
2008-04-23Mark some targets phonyJelmer Vernooij1-0/+1
(This used to be commit 144d43fe211085a0a0b3ff9bf2ab3ce271bc4a08)
2008-04-23More validation fixes; building FO-PDF versions of the HOWTO andJelmer Vernooij1-2/+2
the Guide work now! (This used to be commit 2192c44663d3031cd6c0f228aea4a8cdd2a29a82)
2008-04-23Fix validation for the developers guide.Jelmer Vernooij1-4/+3
(This used to be commit 2a26734ce26ae68f89c814e0b4219964443679ba)
2008-04-23Use new definition of <smbconfoption>, fixes a bunch ofJelmer Vernooij1-4/+4
validity errors. (This used to be commit 3eb5c35e47951f320f7c2f4cd478a95f6d48236e)
2008-04-23Use the Samba Variant of the DocBook DTD rather thenJelmer Vernooij1-2/+2
the original one. Entities are now in samba-web/, so remove them from here. (This used to be commit a66ba7c7e0b00eb9475a495d18e18cada3f6f9dd)
2008-04-23Use the Samba DTD rather then the original DocBook one. This step willJelmer Vernooij1-8/+5
(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 c5cfb1924445af98d6a538acaea40eceac411fe6)
2008-04-23Add texi supportJelmer Vernooij1-18/+22
(This used to be commit bdcf561e232d4bcee85e4a7dceccb2382bfe9138)
2008-04-23- Be a bit more verbose.Jelmer Vernooij1-3/+7
- Try some more possibilities when looking for 3.0 sources. - Fix "make files" (This used to be commit 0e33ad6b3b45a95868c64a80ff9e1e97ebe51c16)
2008-04-23Fix some warningsJelmer Vernooij1-4/+3
(This used to be commit 20b8daa76827754e7622141ec6b1dcc65d4764e3)
2008-04-23Couple of minor fixesJelmer Vernooij1-3/+3
(This used to be commit 4b8b1b9294d038707b36403a2f1e165dfe4dc1f1)
2008-04-23Add support for building PDF's thru FO rather then docbook2latex. OutputJelmer Vernooij1-0/+6
files are generated in output/fo-pdf/ (This used to be commit 9cdcd1f9c6966f9ee4223568b123e91ac618100a)
2008-04-23Allow building text versions of the docs splitted by chapterJelmer Vernooij1-0/+4
(This used to be commit b213126f80ed639cb1fe10ec86557632aa283e6e)
2008-04-23Missed one substitution variableJelmer Vernooij1-1/+1
(This used to be commit 934bca56f9cc7da36d87d473e4cb24930de21ef5)
2008-04-23Don't generate the Makefile, but rather include an autogenerated settings fileJelmer Vernooij1-0/+258
(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 90f297cbb6d89d93c33b9691b407df23471b4771)