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



commit 0824db3894fa19c2d44d8cead1ffa4a2c1021c38
Author: Rafael Villar Burke <pachi rvburke com>
Date:   Sun Oct 7 21:27:31 2012 +0200

    2012-10-07  Rafael Villar Burke  <pachi rvburke com>
    
    	* .htaccess-utf8: Now tut-es is utf8
    	* Makefile: copy .htaccess-utf8 to pygtk2tutorial-es

 .htaccess-utf8 |    1 +
 ChangeLog      |    5 +++++
 Makefile       |    3 ++-
 3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/.htaccess-utf8 b/.htaccess-utf8
new file mode 100644
index 0000000..c91ca1c
--- /dev/null
+++ b/.htaccess-utf8
@@ -0,0 +1 @@
+AddDefaultCharset utf-8
diff --git a/ChangeLog b/ChangeLog
index 2de8a26..57af336 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-07  Rafael Villar Burke  <pachi rvburke com>
+
+	* .htaccess-utf8: Now tut-es is utf8
+	* Makefile: copy .htaccess-utf8 to pygtk2tutorial-es
+
 2012-10-07  Rafael Villar Burke <pachi rvburke com>
 
 	* Makefile: Change server with updated versions of tutorials
diff --git a/Makefile b/Makefile
index fcc153e..5907115 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,8 @@ local-tarballs:
 # fix this them up in this hackish sort of way.
 tarball-directory-fixups:
 	mkdir -p ${WEBDIR}/pygtk2tutorial-id
-	rm ${WEBDIR}/pygtk2tutorial-es/.htaccess
+	mkdir -p ${WEBDIR}/pygtk2tutorial-es
+	cp .htaccess-utf8 ${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]