/[suikacvs]/webroot/commitfeed/Makefile
Suika

Diff of /webroot/commitfeed/Makefile

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

revision 1.2 by wakaba, Mon Nov 24 06:18:00 2008 UTC revision 1.3 by wakaba, Mon Nov 24 06:31:25 2008 UTC
# Line 4  POD2HTML = pod2html --css "http://suika. Line 4  POD2HTML = pod2html --css "http://suika.
4  all: readme.html  all: readme.html
5    
6  readme.html: mkcommitfeed.pl  readme.html: mkcommitfeed.pl
7          $(POD2HTML) $< > $@          $(POD2HTML) $< > $@.tmp
8            sed 's/<\/head>/<link rel=feed type="application\/atom+xml" href=commitfeed-commit>/' $@.tmp > $@
9            rm $@.tmp
10    
11  install-example:  install-example:
12          cp mkcommitfeed-example /usr/local/bin/mkcommitfeed          cp mkcommitfeed-example /usr/local/bin/mkcommitfeed

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24