diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-13 10:23:53 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:46 -0500 |
commit | 7639ec02141091657eb2eb0defc46b4b3cf09a73 (patch) | |
tree | 4d8cce2deff45d527668e49db78a71a8c0f92070 /docs/Makefile | |
parent | 8a5498d3bfa78923cbb4e6c79e152431223a4f86 (diff) | |
download | samba-7639ec02141091657eb2eb0defc46b4b3cf09a73.tar.gz samba-7639ec02141091657eb2eb0defc46b4b3cf09a73.tar.bz2 samba-7639ec02141091657eb2eb0defc46b4b3cf09a73.zip |
- Fix a couple of LaTeX escaping bugs.
- Fix urls in footnotes.
- Cleanup developers docs.
(This used to be commit d55b9f72ffbd0421cbde67915d9f275cc8956ed7)
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Makefile b/docs/Makefile index f7f6ed5ff3..f0bd5bec2a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -276,16 +276,16 @@ archive: pdf cp $(PDFDIR)/Samba3-ByExample.pdf $(ARCHIVEDIR)/S3bE-$(DATETIME).pdf # XSL scripts -xslt/html.xsl: xslt/html-common.xsl settings.xsl -xslt/html-chunk.xsl: xslt/html-common.xsl settings.xsl -xslt/latex.xsl: settings.xsl -xslt/expand-sambadoc.xsl: settings.xsl +xslt/html.xsl: xslt/html-common.xsl +xslt/html-chunk.xsl: xslt/html-common.xsl +xslt/latex.xsl: +xslt/expand-sambadoc.xsl: xslt/generate-attributions.xsl: xslt/man.xsl: xslt/pearson.xsl: clobber: clean - rm Makefile.settings settings.xsl config.status config.log configure + rm Makefile.settings config.status config.log configure clean: rm -rf $(OUTPUTDIR)/* $(DOCBOOKDIR) |