[pygtk-web] 2012-10-07 Rafael Villar Burke <pachi rvburke com>



commit 8169bea55df2368318e34b343e7939890fab3943
Author: Rafael Villar Burke <pachi rvburke com>
Date:   Sun Oct 7 19:12:50 2012 +0200

    2012-10-07  Rafael Villar Burke  <pachi rvburke com>
    
            *  Makefile: remove .htaccess file now that tut-es is utf-8

 ChangeLog |    1 +
 Makefile  |    5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 488b155..2de8a26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 2012-10-07  Rafael Villar Burke <pachi rvburke com>
+
 	* Makefile: Change server with updated versions of tutorials
 		    Fix encoding issues in tut-es
 
diff --git a/Makefile b/Makefile
index dc71fbf..fcc153e 100644
--- a/Makefile
+++ b/Makefile
@@ -103,12 +103,11 @@ local-tarballs:
 	cp ${LOCAL_TARBALLS} ${DISTDIR}
 	(srcdir=`pwd`; cd ${WEBDIR}; for f in ${LOCAL_TARBALLS}; do bzip2 -dc $${srcdir}/$$f | tar x; done)
 
-# The spanish and bahasa indonesia tutorials aren't utf-8, so we need to
+# The bahasa indonesia tutorials aren't utf-8, so we need to
 # fix this them up in this hackish sort of way.
 tarball-directory-fixups:
 	mkdir -p ${WEBDIR}/pygtk2tutorial-id
-	mkdir -p ${WEBDIR}/pygtk2tutorial-es
-	cp .htaccess ${WEBDIR}/pygtk2tutorial-es/.htaccess
+	rm ${WEBDIR}/pygtk2tutorial-es/.htaccess
 	cp .htaccess-latin1 ${WEBDIR}/pygtk2tutorial-id/.htaccess
 
 tarballs: local-tarballs remote-tarballs reference-tarballs tarball-directory-fixups



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]