From 97f862a76bd2e86ee0ba43373863181a8580efa5 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Mon, 01 Jul 2019 19:43:20 -0400
Subject: Add binary packages and remove some doc files

---
(limited to 'build')

diff --git a/build b/build
index 0ec22d9..62b6bc1 100755
--- a/build
+++ b/build
@@ -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
--
cgit v0.9.1