/[suikacvs]/markup/html/whatpm/Whatpm/Makefile
Suika

Diff of /markup/html/whatpm/Whatpm/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by wakaba, Sun Nov 11 04:59:36 2007 UTC revision 1.9 by wakaba, Mon Nov 19 12:18:27 2007 UTC
# Line 5  CP = cp Line 5  CP = cp
5  RM = rm  RM = rm
6  RMALL = $(RM) -fr  RMALL = $(RM) -fr
7    
8  all: CSS-all HTML-all \  all: Charset-all CSS-all HTML-all \
9    HTML.pm _NamedEntityList.pm _LinkTypeList.pm \    HTML.pm _NamedEntityList.pm _LinkTypeList.pm \
10    ContentType.html HTML.html NanoDOM.html ContentChecker.html \    ContentType.html HTML.html NanoDOM.html ContentChecker.html \
11    CacheManifest.html    CacheManifest.html
12    
13    Charset-all:
14            cd Charset && make all
15    
16  CSS-all:  CSS-all:
17          cd CSS && make all          cd CSS && make all
18    
# Line 53  update-_LinkTypeList.pm: Line 56  update-_LinkTypeList.pm:
56  RelExtensions.html:  RelExtensions.html:
57          $(WGET) http://wiki.whatwg.org/wiki/RelExtensions -O $@          $(WGET) http://wiki.whatwg.org/wiki/RelExtensions -O $@
58    
59  clean: CSS-clean HTML-clean  clean: Charset-clean CSS-clean HTML-clean
60          $(RMALL) *~ *.bak *.tmp          $(RMALL) *~ *.bak *.tmp
61    
62    Charset-clean:
63            cd Charset && make clean
64    
65  CSS-clean:  CSS-clean:
66          cd CSS && make clean          cd CSS && make clean
67    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24