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

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

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

revision 1.47 by wakaba, Sat Aug 11 13:37:09 2007 UTC revision 1.48 by wakaba, Sat Aug 25 07:02:11 2007 UTC
# Line 1  Line 1 
1  POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \  POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
2      --htmlroot "../.."
3    POD2HTML2 = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
4    --htmlroot "../../.."    --htmlroot "../../.."
5    
6  MANAKAI_ROOT_DIR = ../../../  MANAKAI_ROOT_DIR = ../../../
# Line 32  Error.html:: %.html: %.pod Line 34  Error.html:: %.html: %.pod
34  %.html: %.pm  %.html: %.pm
35          $(POD2HTML) $< > $@              $(POD2HTML) $< > $@    
36    
37    Formatter/%.html: %.pm
38            $(POD2HTML2) $< > $@    
39    
40  clean:  clean:
41          $(RMALL) $(GENERATED_FILES)          $(RMALL) $(GENERATED_FILES)
42          $(RMALL) *.tmp .*.tmp *~ .*~          $(RMALL) *.tmp .*.tmp *~ .*~

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24