/[pub]/suikawiki/script/lib/Makefile
Suika

Contents of /suikawiki/script/lib/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Fri Apr 30 05:58:43 2004 UTC (20 years ago) by wakaba
Branch: MAIN
CVS Tags: release-3-0-0, suikawiki3-redirect, HEAD
Branch point for: helowiki-2005, helowiki
New

1 GET = wget
2 GET_AS = $(GET) --output-document
3 RM = rm -fv
4
5 all: Error.pm core-plugins
6
7 core-plugins:
8 cd SuikaWiki/Plugin && make all
9
10 Error.pm:
11 $(GET_AS) Error.pm "http://suika.fam.cx/gate/cvs/*checkout*/messaging/manakai/lib/Error.pm?rev=HEAD&content-type=text/plain"
12
13 clean:
14 cd SuikaWiki/Plugin && make clean
15
16 distclean:
17 cd SuikaWiki/Plugin && make distclean
18 $(RM) Error.pm

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24