Files
alien/debian/rules

22 lines
490 B
Plaintext
Raw Normal View History

1999-09-05 05:50:40 +00:00
#!/usr/bin/make -f
%:
dh $@
1999-09-05 05:50:40 +00:00
build:
dh build
# simple smoke test
./alien.pl -V
1999-09-05 05:50:40 +00:00
2000-04-21 08:55:46 +00:00
binary-indep: build
dh install --before dh_auto_install
$(MAKE) pure_install INSTALLDIRS=vendor \
PREFIX=$(shell pwd)/debian/alien/$(shell perl -MConfig -e 'print $$Config{prefix}') \
VARPREFIX=$(shell pwd)/debian/alien
dh install --after dh_auto_install
2006-03-30 20:15:44 +00:00
# Not intended for use by anyone except the author.
announcedir:
@echo ${HOME}/src/joeywiki/code/alien/news
1999-09-05 05:50:40 +00:00
binary: binary-indep binary-arch