#!/usr/bin/make -f include ../source.mk nop: @: build: oh-autoconfigure -- PERL=/bin/false oh-autobuild touch $@ install: build oh-autoinstall set -e; for f in AUTHORS COPYING NEWS README THANKS TODO; do \ rm -fv "dest/usr/share/doc/bison/$${f}"; \ done oh-fixperms oh-strip oh-installfiles oh-shlibdeps