svn commit: samba-docs r553 - in trunk: .

jelmer at samba.org jelmer at samba.org
Sat May 14 16:11:01 GMT 2005


Author: jelmer
Date: 2005-05-14 16:11:00 +0000 (Sat, 14 May 2005)
New Revision: 553

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=553

Log:
Ignore some more autogenerated files

Modified:
   trunk/
   trunk/Makefile


Changeset:

Property changes on: trunk
___________________________________________________________________
Name: svn:ignore
   - *.d

   + *.d
*.tex
configure
config.log
tmp
*.aux
*.toc
*.log
*.lot
*.tpt
*.glo
*.idx
config.status
settings.xsl
config.cache
Makefile.settings


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2005-05-14 15:18:37 UTC (rev 552)
+++ trunk/Makefile	2005-05-14 16:11:00 UTC (rev 553)
@@ -136,7 +136,6 @@
 	$(XSLTPROC) --output $@ xslt/latex.xsl $<
 
 latexfigures: $(LATEX_FIGURES)
-	touch $@
 
 $(PDFDIR)/%.pdf: %.pdf
 	mkdir -p $(@D)
@@ -156,10 +155,8 @@
 		--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 @@
 	@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 @@
 
 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



More information about the samba-cvs mailing list