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

Re: www.debian.org vs. UTF-8



On 2009-02-12 15:10, Matt Kraai wrote:
> That works.  How about changing the release notes build to create
> those files?

OK, done. If anything goes wrong, this is the change to revert:

--- Makefile    (revisión: 6488)
+++ Makefile    (copia de trabajo)
@@ -95,6 +95,7 @@
 publish: statistics.html
        set -ex; \
        $(install_file) statistics.html $(PUBLISHDIR)/; \
+       echo "AddCharset UTF-8 .txt" > $(PUBLISHDIR)/.htaccess; \
        for arch in $(arches); do \
          $(MAKE) architecture=$$arch; \
          $(makedir) $(PUBLISHDIR)/$$arch/$(manual); \

One .htaccess in the top-level should be sufficient for Apache.


Reply to: