Parent Directory
|
Revision Log
|
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) $< > [email protected] |
| 8 | sed 's/<\/head>/<link rel=feed type="application\/atom+xml" href=commitfeed-commit>/' [email protected] > $@ | |
| 9 | rm [email protected] | |
| 10 | ||
| 11 | install-example: | install-example: |
| 12 | cp mkcommitfeed-example /usr/local/bin/mkcommitfeed | cp mkcommitfeed-example /usr/local/bin/mkcommitfeed |
|
||||||||
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |