diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ build: 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 |