A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2010-August/096104.html below:

[Python-checkins] r83664 - in python/branches/release27-maint: Doc/Makefile

[Python-checkins] r83664 - in python/branches/release27-maint: Doc/Makefile [Python-checkins] r83664 - in python/branches/release27-maint: Doc/Makefilegeorg.brandl python-checkins at python.org
Tue Aug 3 14:37:20 CEST 2010
Author: georg.brandl
Date: Tue Aug  3 14:37:19 2010
New Revision: 83664

Log:
Merged revisions 83663 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83663 | georg.brandl | 2010-08-03 14:36:57 +0200 (Di, 03 Aug 2010) | 1 line
  
  A couple of nits how to ignore errors.
........


Modified:
   python/branches/release27-maint/   (props changed)
   python/branches/release27-maint/Doc/Makefile

Modified: python/branches/release27-maint/Doc/Makefile
==============================================================================
--- python/branches/release27-maint/Doc/Makefile	(original)
+++ python/branches/release27-maint/Doc/Makefile	Tue Aug  3 14:37:19 2010
@@ -120,7 +120,7 @@
 	-rm -rf tools/docutils
 
 dist:
-	-rm -rf dist
+	rm -rf dist
 	mkdir -p dist
 
 	# archive the HTML
@@ -142,7 +142,7 @@
 	rm dist/python-$(DISTVERSION)-docs-text.tar
 
 	# archive the A4 latex
-	-rm -r build/latex
+	rm -rf build/latex
 	make latex PAPER=a4
 	-sed -i 's/makeindex/makeindex -q/' build/latex/Makefile
 	(cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
@@ -150,7 +150,7 @@
 	cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2
 
 	# archive the letter latex
-	rm -r build/latex
+	rm -rf build/latex
 	make latex PAPER=letter
 	-sed -i 's/makeindex/makeindex -q/' build/latex/Makefile
 	(cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
More information about the Python-checkins mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4