chiark
/
gitweb
/
~mdw
/
runlisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Makefile.am: Remove license links during uninstall.
[runlisp]
/
Makefile.am
diff --git
a/Makefile.am
b/Makefile.am
index 4ae0bdb4c854cd309ac64b11bc85d076c0570f00..506304ae18abe07ac3653eae96c0f268b30ccb0b 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-85,6
+85,9
@@
install-data-hook::
cd $(DESTDIR)$(pkgdatadir) && $(LN_S) -f GPL-2 COPYING
cd $(DESTDIR)$(pkgdatadir) && $(LN_S) -f LGPL-2 COPYING.LIB
cd $(DESTDIR)$(pkgdatadir) && $(LN_S) -f GPL-2 COPYING
cd $(DESTDIR)$(pkgdatadir) && $(LN_S) -f LGPL-2 COPYING.LIB
+uninstall-hook::
+ cd $(DESTDIR)$(pkgdatadir) && rm -f COPYING COPYING.LIB
+
## Documentation.
dist_pkgdata_DATA += INSTALL
dist_pkgdata_DATA += texinice.tex
## Documentation.
dist_pkgdata_DATA += INSTALL
dist_pkgdata_DATA += texinice.tex