diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2009-05-02 01:10:20 +0200 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2009-05-02 01:15:27 +0200 | 
| commit | aebb1b8d7c1faef0ee36d9989d2c76607c8c5dd5 (patch) | |
| tree | 8e2fdc3a0ff8e5812a3ac2001320332c0e5985cd | |
| parent | 0163f7ee8be167e353bee725dc3595f8d4c0d58f (diff) | |
| download | samba-aebb1b8d7c1faef0ee36d9989d2c76607c8c5dd5.tar.gz samba-aebb1b8d7c1faef0ee36d9989d2c76607c8c5dd5.tar.bz2 samba-aebb1b8d7c1faef0ee36d9989d2c76607c8c5dd5.zip  | |
Fix dependency on the attributes file.
| -rw-r--r-- | docs-xml/Makefile | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile index c4d9cbce91..717d0679fe 100644 --- a/docs-xml/Makefile +++ b/docs-xml/Makefile @@ -40,11 +40,11 @@ help:  	@echo " undocumented - Output list of undocumented smb.conf options"  	@echo " samples - Extract examples" -$(DOCBOOKDIR)/Samba3-ByExample.xml: $(filter-out Samba3-ByExample/index.xml,$(wildcard Samba3-ByExample/*.xml)) -$(DOCBOOKDIR)/Samba3-HOWTO.xml: $(filter-out Samba3-HOWTO/index.xml,$(wildcard Samba3-HOWTO/*.xml)) Samba3-HOWTO-attributions.xml +$(PDFDIR)/Samba3-ByExample.pdf $(PSDIR)/Samba3-ByExample.ps $(DOCBOOKDIR)/Samba3-ByExample.xml Samba3-ByExample.tex: $(wildcard Samba3-ByExample/*.xml) +$(PDFDIR)/Samba3-HOWTO.pdf $(PSDIR)/Samba3-HOWTO.ps Samba3-HOWTO.tex $(DOCBOOKDIR)/Samba3-HOWTO.xml: $(wildcard Samba3-HOWTO/*.xml) Samba3-HOWTO-attributions.xml  Samba3-HOWTO/manpages.xml: $(MANPAGEDIR3)/smb.conf.5.xml -$(DOCBOOKDIR)/Samba3-Developers-Guide.xml: $(filter-out Samba3-Developers-Guide/index.xml,$(wildcard Samba3-Developers-Guide/*.xml)) Samba3-Developers-Guide-attributions.xml -$(DOCBOOKDIR)/Samba4-HOWTO.xml: $(filter-out Samba4-HOWTO/index.xml,$(wildcard Samba4-HOWTO/*.xml)) Samba4-HOWTO-attributions.xml +$(PDFDIR)/Samba3-Developers-Guide.pdf $(PSDIR)/Samba3-Developers-Guide.ps $(DOCBOOKDIR)/Samba3-Developers-Guide.xml Samba3-Developers-Guide.tex: $(wildcard Samba3-Developers-Guide/*.xml) Samba3-Developers-Guide-attributions.xml +$(PDFDIR)/Samba4-HOWTO.pdf $(PSDIR)/Samba4-HOWTO.ps Samba4-HOWTO.tex $(DOCBOOKDIR)/Samba4-HOWTO.xml: $(filter-out Samba4-HOWTO/index.xml,$(wildcard Samba4-HOWTO/*.xml)) Samba4-HOWTO-attributions.xml  # Pseudo targets   all:: $(TARGETS)  | 
