gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] www Makefile


From: Vesa Kaihlavirta
Subject: [Gzz-commits] www Makefile
Date: Mon, 16 Dec 2002 10:02:45 -0500

CVSROOT:        /cvsroot/gzz
Module name:    www
Changes by:     Vesa Kaihlavirta <address@hidden>       02/12/16 10:02:45

Modified files:
        .              : Makefile 

Log message:
        [www]: remove obsolete references to gifs. BURN THEM!

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/www/Makefile.diff?tr1=1.32&tr2=1.33&r1=text&r2=text

Patches:
Index: www/Makefile
diff -u www/Makefile:1.32 www/Makefile:1.33
--- www/Makefile:1.32   Mon Dec 16 09:59:59 2002
+++ www/Makefile        Mon Dec 16 10:02:45 2002
@@ -27,22 +27,8 @@
        ln -s $$PWD/../gzz/Documentation/Gentle_Introduction gi
        ln -s $$PWD/../gzz/Documentation/Glossary gl
        ln -s $$PWD/../gzz/Documentation/*.png .
-       $(MAKE) gif2png
 
-almost-all: index.html docs.html faq.html download.html cvs.html starting.html 
mail.html snaps.html subdirs nutshell.html bugs.html gif2png
-
-gif2png :
-       set -e ; set -x; for f in *.gif ; do \
-               png=`basename $$f .gif`.png ; \
-               convert $$f $$png; \
-               for g in *.html ; do \
-                       if [ ! -e $$png.$$g.fixed ] ; then \
-                               sed "s/$$f/$$png/g" $$g > $$g.new ; \
-                               mv $$g.new $$g ; \
-                               touch $$png.$$g.fixed ;\
-                       fi \
-               done \
-       done
+almost-all: index.html docs.html faq.html download.html cvs.html starting.html 
mail.html snaps.html subdirs nutshell.html bugs.html
 
 clean:
        rm -f *.html *.fixed setup
@@ -57,7 +43,7 @@
        cvs -z3 -d$(USERNAME)@subversions.gnu.org:/webcvs/ co -d target 
non-gnu/gzz/
        touch $@
 
-mv : setup all gif2png
+mv : setup all 
        rm -rf target-new
        mkdir target-new
        cp -rL *.css *.html *.jpg *.png ug ct dp spec gi gl target-new
@@ -65,7 +51,7 @@
        cp -r target-new/* target
        @echo "Remember to commit."
 
-terse-mv: almost-all gif2png
+terse-mv: almost-all
        rm -rf target-new
        mkdir target-new
        cp -rL *.css *.html *.jpg *.png target-new/



reply via email to

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