Parent Directory
|
Revision Log
|
Patch
revision 1.1 by wakaba, Mon Nov 24 05:08:39 2008 UTC | revision 1.3 by wakaba, Mon Nov 24 06:31:25 2008 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | all: | POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \ |
2 | --htmlroot "../.." | |
3 | ||
4 | all: readme.html | |
5 | ||
6 | readme.html: mkcommitfeed.pl | |
7 | $(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 |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |