blob: cc50779e89045b964d093ac269efad1ff123bd8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/make -f
# Prevent the makefile from stripping, in case it's being built in
# unstripped mode.
export INSTALL_BIN=install
%:
dh $@
# Not intended for use by anyone except the author.
announcedir:
@echo ${HOME}/src/joeywiki/code/moreutils/news
|