/[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.7 by wakaba, Sun Nov 4 11:49:44 2007 UTC revision 1.8 by wakaba, Sun Nov 11 04:59:36 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 \  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
# Line 13  all: CSS-all \ Line 13  all: CSS-all \
13  CSS-all:  CSS-all:
14          cd CSS && make all          cd CSS && make all
15    
16    HTML-all:
17            cd HTML && make all
18    
19  update: update-remove-old _NamedEntityList.pm _LinkTypeList.pm  update: update-remove-old _NamedEntityList.pm _LinkTypeList.pm
20    
21  update-remove-old: update-_NamedEntityList.pm \  update-remove-old: update-_NamedEntityList.pm \
# Line 50  update-_LinkTypeList.pm: Line 53  update-_LinkTypeList.pm:
53  RelExtensions.html:  RelExtensions.html:
54          $(WGET) http://wiki.whatwg.org/wiki/RelExtensions -O $@          $(WGET) http://wiki.whatwg.org/wiki/RelExtensions -O $@
55    
56  clean: CSS-clean  clean: CSS-clean HTML-clean
57          $(RMALL) *~ *.bak *.tmp          $(RMALL) *~ *.bak *.tmp
58    
59  CSS-clean:  CSS-clean:
60          cd CSS && make clean          cd CSS && make clean
61    
62    HTML-clean:
63            cd HTML && make clean
64    
65  ## License: Public Domain.  ## License: Public Domain.
66  ## $Date$  ## $Date$

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24