/[suikacvs]/webroot/commitfeed/Makefile
Suika

Contents of /webroot/commitfeed/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Mon Nov 24 06:31:25 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +4 -2 lines
++ ChangeLog	24 Nov 2008 06:31:19 -0000
	* .htaccess: AddLangauge was missing.

	* Makefile: Add <link rel=feed> to |readme.html|.

	* mkcommitfeed.pl: Added availability sections to the document.

2008-11-24  Wakaba  <wakaba@suika.fam.cx>

1 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:
12 cp mkcommitfeed-example /usr/local/bin/mkcommitfeed
13 chmod ugo+x /usr/local/bin/mkcommitfeed
14
15 uninstall-example:
16 rm /usr/local/bin/mkcommitfeed
17
18 ## License: Public Domain.
19 ## $Date: 2008/11/24 06:18:00 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24