New file art6_ideas.txt.
[artemus.git] / waste / makefile
blobb87291cabda550da1f04b5c8de62aa1c11c7800c
1 PREFIX=/usr/local
3 all: artemus
5 artemus: artemus.pl artemus.src
6 chmod 755 artemus
7 perl -n -e '$$_=`cat $$1` if /^\@(\S*)\@$$/ ; print' < artemus.src > artemus
8 chmod 555 artemus
10 install:
11 install -o root -g root -m 755 artemus $(PREFIX)/bin
12 install -o root -g root -m 755 littool $(PREFIX)/bin
13 install -o root -g root -m 755 -d $(PREFIX)/share/artemus
14 install -o root -g root -m 644 confs/* $(PREFIX)/share/artemus
15 install -o root -g root -m 755 artemus-handler /var/www/cgi-bin
17 tags:
18 ctags --language-force=perl artemus.pl artemus.src