Files
oddmuse/contrib/simple-install/Makefile
2009-11-13 15:21:23 +00:00

15 lines
226 B
Makefile

all:
@echo Please invoke make dist on the top level
%-simple.tar.gz: README config wiki.pl .htaccess current.pl FDL GPL
tar czf $@ $^
current.pl: ../../wiki.pl
cp $^ $@
FDL: ../../FDL
cp $^ $@
GPL: ../../GPL
cp $^ $@