/[suikacvs]/webroot/commitfeed/Makefile
Suika

Contents of /webroot/commitfeed/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Mon Nov 24 06:18:00 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +8 -2 lines
++ ChangeLog	24 Nov 2008 06:17:32 -0000
	* Makefile: Added rules to make |readme.html|.

	* mkcommitfeed.pl: Added documentation.

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

	* .htaccess: New file.

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

1 wakaba 1.2 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) $< > $@
8 wakaba 1.1
9     install-example:
10     cp mkcommitfeed-example /usr/local/bin/mkcommitfeed
11     chmod ugo+x /usr/local/bin/mkcommitfeed
12    
13     uninstall-example:
14     rm /usr/local/bin/mkcommitfeed
15    
16     ## License: Public Domain.
17 wakaba 1.2 ## $Date: 2008/11/24 05:08:39 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24