diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-14 16:11:00 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:35 -0500 |
commit | 5c6237adc83ace7bf0d159324a26caeecc986403 (patch) | |
tree | 7a3bfb0a2486afd88b93b044b3d93892377d0b93 /docs/Makefile | |
parent | d9253685914e22dd39b7b73014feaf2e947185ff (diff) | |
download | samba-5c6237adc83ace7bf0d159324a26caeecc986403.tar.gz samba-5c6237adc83ace7bf0d159324a26caeecc986403.tar.bz2 samba-5c6237adc83ace7bf0d159324a26caeecc986403.zip |
Ignore some more autogenerated files
(This used to be commit f186948b5f506049ff8120eae06065f19e1124f4)
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/Makefile b/docs/Makefile index 62da841a59..5bf87c9f48 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -136,7 +136,6 @@ $(TXTDIR)/%.txt: $(HTMLDIR)/%.html $(XSLTPROC) --output $@ xslt/latex.xsl $< latexfigures: $(LATEX_FIGURES) - touch $@ $(PDFDIR)/%.pdf: %.pdf mkdir -p $(@D) @@ -156,10 +155,8 @@ $(PDFDIR)/%.pdf: %.pdf --stringparam target "$*" \ -o $@ xslt/generate-dependencies.xsl $< @echo "$*-images-latex-png: \$$(addsuffix .png, \$$($*-images-latex))" >> $@ - @echo " touch \$$@" >> $@ @echo >> $@ @echo "$*-images-latex-eps: \$$(addsuffix .eps, \$$($*-images-latex))" >> $@ - @echo " touch \$$@" >> $@ @echo >> $@ @echo "\$$(HTMLDIR)/%: $*/%" >> $@ @echo " mkdir -p \$$(@D)" >> $@ @@ -174,11 +171,8 @@ $(PDFDIR)/%.pdf: %.pdf @echo " cp \$$< \$$@" >> $@ @echo >> $@ @echo "$*-images-html-single: \$$(addprefix \$$(HTMLDIR)/, \$$($*-images-html))" >> $@ - @echo " touch \$$@" >> $@ @echo "$*-images-html-chunks: \$$(addprefix \$$(HTMLDIR)/$*/, \$$($*-images-html))" >> $@ - @echo " touch \$$@" >> $@ @echo "$*-images-htmlhelp: \$$(addprefix \$$(HTMLHELPDIR)/$*/, \$$($*-images-html))" >> $@ - @echo " touch \$$@" >> $@ ifdef OUTPUTDIR ifneq ($(MAKECMDGOALS),clobber) @@ -313,11 +307,13 @@ clobber: clean clean: rm -rf $(OUTPUTDIR)/* $(DOCBOOKDIR) - rm -f *.xml *.d + rm -f *.xml *.d *.tpt *.tex *.loc *.toc *.lof *.glo *.idx *.aux + rm -f *-images-html* + rm -f *-images-latex-* latexfigures rm -f xslt/figures/*pdf rm -f $(SMBDOTCONFDOC)/parameters.*.xml rm -f $(addsuffix .*,$(MAIN_DOCS)) # Always keep intermediate files if we can .SECONDARY: -.PHONY: clean clobber archive release everything all $(TARGETS) +.PHONY: clean clobber archive release everything all $(TARGETS) latexfigures |