trans-coord-devel
[Top][All Lists]
Advanced

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

Re: Renaming home.shtml to home.html


From: Ineiev
Subject: Re: Renaming home.shtml to home.html
Date: Tue, 15 Feb 2011 03:05:54 +0000
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

Jason Self wrote:
The renaming of home.shtml to home.html is now complete. I also added an
entry in .symlinks to avoid breaking any links to the old home.shtml file.

Other home.*.html files have also been renamed; the corresponding diff
for GNUN GNUmakefile (against gnun-0.4) is attached.
--- GNUmakefile.orig    2011-02-09 14:57:32.341766202 +0000
+++ GNUmakefile 2011-02-09 14:51:30.920766395 +0000
@@ -115,5 +115,5 @@
 
 ### Special variables for the home pages ###
-home-lang = $(rootdir)/home.$(1).shtml
+home-lang = $(rootdir)/home.$(1).html
 home-translated := $(foreach h-lang,$(HOME_LINGUAS), \
                     $(call home-lang,$(h-lang)))
@@ -359,5 +359,5 @@
 # in the same GNUN run to include gnusflashes.LANG.include.
        [ -f $@ ] || (touch $@ ; $(VCSSKIP) $(vcs) add $@ \
-         && ([ ! -f $(rootdir)/home.$*.shtml ] \
+         && ([ ! -f $(rootdir)/home.$*.html ] \
              || touch $(rootdir)/po/home.$*.po))
        $(fixperm)
@@ -413,5 +413,5 @@
 
 ### Specific rules for the homepages ###
-$(rootdir)/po/home.proto: $(rootdir)/home.shtml
+$(rootdir)/po/home.proto: $(rootdir)/home.html
 # Delete the target if the script exits with a non-zero status in
 # order to prevent further messing up in the chain.  For extra safety,
@@ -434,5 +434,5 @@
        $(update-po)
 
-$(rootdir)/home.$(1).shtml: $(rootdir)/po/home.proto \
+$(rootdir)/home.$(1).html: $(rootdir)/po/home.proto \
                            $(rootdir)/po/home.$(1).po generic.$(1).html
 # If $PO is not valid, then the generated page could be broken even
@@ -616,5 +616,5 @@
 orig-templates := $(addsuffix .html,$(template-translated-base))
 orig-articles := $(addsuffix .html,$(subst /po/,/,$(ALL_BASE)))
-files-to-sync := $(rootdir)/home.shtml $(orig-templates) $(orig-articles)
+files-to-sync := $(rootdir)/home.html $(orig-templates) $(orig-articles)
 abs-files-to-sync := $(subst $(rootdir)/,,$(files-to-sync))
 # Templates that are not gettextized, but are necessary to reside in

reply via email to

[Prev in Thread] Current Thread [Next in Thread]