root/websites/scheme-users.jp/Makefile
@
112
Revision 64, 227 bytes (checked in by baal5084, 16 years ago) |
---|
Line | |
---|---|
1 | all : index.html atom.xml news.html |
2 | |
3 | index.html : index.scm news.dat |
4 | gosh index.scm |
5 | |
6 | atom.xml : atom.scm news.dat |
7 | gosh atom.scm |
8 | |
9 | news.html : news.scm news.dat |
10 | gosh news.scm |
11 | |
12 | clean : |
13 | rm index.html |
14 | rm atom.xml |
15 | rm news.html |
Note: See TracBrowser
for help on using the browser.