24 lines
432 B
Diff
24 lines
432 B
Diff
|
Description: don't install useless COPYING file
|
||
|
Forwarded: not-neded
|
||
|
|
||
|
--- a/Makefile.am
|
||
|
+++ b/Makefile.am
|
||
|
@@ -8,7 +8,6 @@
|
||
|
docfiles_DATA = README \
|
||
|
README.html \
|
||
|
ChangeLog \
|
||
|
- COPYING \
|
||
|
THANKS \
|
||
|
THANKS.artists \
|
||
|
AUTHORS
|
||
|
--- a/Makefile.in
|
||
|
+++ b/Makefile.in
|
||
|
@@ -299,7 +299,6 @@
|
||
|
docfiles_DATA = README \
|
||
|
README.html \
|
||
|
ChangeLog \
|
||
|
- COPYING \
|
||
|
THANKS \
|
||
|
THANKS.artists \
|
||
|
AUTHORS
|