diff options
author | John Terpstra <jht@samba.org> | 2004-11-18 11:03:57 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:07 -0500 |
commit | 7fba6d751dd002fd425759a683b9390bb05368de (patch) | |
tree | 0cfe4d1d0183338f8f81b314b72133c1c8a308dc /docs/Makefile.in | |
parent | 784a05f93a2e9539a4c6ebc9c7d9cfff00503877 (diff) | |
download | samba-7fba6d751dd002fd425759a683b9390bb05368de.tar.gz samba-7fba6d751dd002fd425759a683b9390bb05368de.tar.bz2 samba-7fba6d751dd002fd425759a683b9390bb05368de.zip |
Formatting updates and makefile update.
(This used to be commit cbbbf0e8526eba405df09fd45b35a6931bdd8763)
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r-- | docs/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index 3b3f7b0879..dc3a8dd0da 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -28,7 +28,7 @@ endif # Paths OUTPUTDIR = output -ARCHIVEDIR = $(OUTPUTDIR)/archive +ARCHIVEDIR = archive SRCDIR = @SAMBASOURCEDIR@ MANDIR = $(OUTPUTDIR)/manpages EPSTOPDF = @EPSTOPDF@ @@ -264,10 +264,10 @@ samples: $(DOCBOOKDIR)/Samba-HOWTO-Collection.xml xslt/extract-examples.xsl scri for I in examples/*.conf; do { ./scripts/indent-smb.conf.pl < $$I > $$I.tmp; mv $$I.tmp $$I; } done # Archiving -archive: guide howto +archive: pdf mkdir -p $(ARCHIVEDIR) - cp $(PDFDIR)/Samba-HOWTO-Collection.pdf $(ARCHIVEDIR)/TOSHARG-`date +%Y%m%d`.pdf - cp $(PDFDIR)/Samba-Guide.pdf $(ARCHIVEDIR)/S3bE-`date +%Y%m%d`.pdf + cp $(PDFDIR)/Samba-HOWTO-Collection.pdf $(ARCHIVEDIR)/TOSHARG-`date +%Y%m%d%H%M%S`.pdf + cp $(PDFDIR)/Samba-Guide.pdf $(ARCHIVEDIR)/S3bE-`date +%Y%m%d%H%M%S`.pdf # XSL scripts xslt/html.xsl: xslt/html-common.xsl settings.xsl |