From: Carl-Daniel Hailfinger Date: Sat, 19 May 2012 12:38:30 +0000 (+0200) Subject: Rename autoloadbalance.php3 to autoloadbalance.html and redirect accesses X-Git-Url: https://repo.or.cz/w/lartc.git/commitdiff_plain/07bba2c6481ec6498bbeb1c99b211ed4f879e0c5 Rename autoloadbalance.php3 to autoloadbalance.html and redirect accesses --- diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..ffa1b18 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +Redirect permanent /autoloadbalance.php3 /autoloadbalance.html diff --git a/Makefile b/Makefile index d4d0f9f..2abff8f 100755 --- a/Makefile +++ b/Makefile @@ -4,9 +4,6 @@ HOWTODOCS := howto/ html.tar.gz lartc.txt lartc.dvi lartc.pdf lartc.pdf.gz lartc all: $(HOWTODOCS) contriblist -contriblist: lartc.txt - ./makecontriblist > contriblist - clean: rm -rf $(HOWTODOCS) contriblist lartc.aux lartc.log lartc.out @@ -16,7 +13,6 @@ clean: %.ps.gz: %.ps gzip < $< > $@ - howto/: lartc.db docbook2html -V "%use-id-as-filename%" -o howto/ lartc.db @@ -38,8 +34,11 @@ html.tar.gz: howto/ lartc.html: lartc.db docbook2html --nochunks lartc.db +contriblist: lartc.txt + ./makecontriblist > contriblist + publish: # Print a list of files which should be synced. - # Note that autoloadbalance.php3, index.php3 and manpages/index.php3 + # Note that autoloadbalance.html, index.php3 and manpages/index.php3 # are not in this list because they are not rebuilt by this Makefile. - echo $(HOWTODOCS) contriblist LARTC-zh_CN.GB2312.pdf wondershaper/ autoloadbalance.php3 index.php3 manpages/ + echo $(HOWTODOCS) contriblist LARTC-zh_CN.GB2312.pdf wondershaper/ autoloadbalance.html index.php3 manpages/ diff --git a/autoloadbalance.php3 b/autoloadbalance.html similarity index 100% rename from autoloadbalance.php3 rename to autoloadbalance.html