/[suikacvs]/messaging/manakai/lib/Message/DOM/Makefile
Suika

Diff of /messaging/manakai/lib/Message/DOM/Makefile

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

revision 1.47 by wakaba, Sun Jul 29 08:20:00 2007 UTC revision 1.48 by wakaba, Sun Jul 29 09:44:24 2007 UTC
# Line 1  Line 1 
1    POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
2      --htmlroot "../../.."
3  RM = rm  RM = rm
4  RMALL = $(RM) -fv  RMALL = $(RM) -fv
5    
6  GENERATED_FILES =  HTML_FILES = DOMImplementation.html
7    
8  all:  all: $(HTML_FILES)
9    
10    %.html: %.pod
11            $(POD2HTML) $< > $@
12    
13  clean:  clean:
14          $(RMALL) $(GENERATED_FILES) .*.tmp *~ .*~ *.BAK .*.BAK          $(RMALL) *.tmp .*.tmp *~ .*~ *.BAK .*.BAK
15    
16  distclean: clean  distclean: clean
17            $(RMALL) $(HTML_FILES)
18    
19  ## $Date$  ## $Date$
20  ## License: Public Domain.  ## License: Public Domain.

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24