/[pub]/suikawiki/script/misc/plugins/Makefile
Suika

Contents of /suikawiki/script/misc/plugins/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Sun Feb 8 08:49:05 2004 UTC (20 years, 8 months ago) by wakaba
Branch: MAIN
Branch point for: paragraph-200404
Changes since 1.3: +0 -6 lines
SuikaWiki 3 WikiName & SuikaWikiImage/0.9 support

1 LIB = ../../lib/
2 BIN = ../../bin/
3
4 PERL = perl -I$(LIB)
5 PERLC = $(PERL) -c -w
6
7 MKPLUGIN2_PL = $(BIN)mkplugin2.pl
8 MKPLUGIN2 = $(PERL) $(MKPLUGIN2_PL)
9
10 %.pm: %.wp2 $(MKPLUGIN2_PL)
11 $(MKPLUGIN2) $< > $@
12 $(PERLC) $@
13
14

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24