/[suikacvs]/markup/html/whatpm/Whatpm/CSS/Makefile
Suika

Contents of /markup/html/whatpm/Whatpm/CSS/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Wed Oct 17 09:47:36 2007 UTC (17 years ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
++ whatpm/Whatpm/ChangeLog	17 Oct 2007 09:47:28 -0000
2007-10-17  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (CSS-all, CSS-clean, clean): New rules.

++ whatpm/Whatpm/CSS/ChangeLog	17 Oct 2007 09:47:00 -0000
2007-10-17  Wakaba  <wakaba@suika.fam.cx>

	* SelectorsParser.pod, Makefile: New files.

1 wakaba 1.1 POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
2     --htmlroot "../.."
3     WGET = wget
4     RM = rm
5     RMALL = $(RM) -fr
6    
7     all: SelectorsParser.html
8    
9     %.html: %.pod
10     $(POD2HTML) $< > $@
11    
12     clean:
13     $(RMALL) *~ *.bak *.tmp
14    
15     ## License: Public Domain.
16     ## $Date: 2007/08/06 10:56:50 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24