diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-01 21:42:30 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-01 21:42:30 (EDT) |
commit | 41c0062e804877792e8a79890c77cb31e1d23214 (patch) | |
tree | e1f5109859e6e458d9d3b3589602cd370a741950 /build | |
parent | f0b2437f4209057dd527999559173958e1bd9553 (diff) |
build: Remove some doc files
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ build: install: build oh-autoinstall + set -e; for f in AUTHORS COPYING NEWS ONEWS README.md; do \ + rm -fv "dest/usr/share/doc/flex/$${f}"; \ + done oh-fixperms oh-strip oh-installfiles |