1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

core: uninstall docs and weechat-plugin.h on "make uninstall", fix compilation of doc in standalone package

This commit is contained in:
Sebastien Helleu
2011-10-10 18:41:25 +02:00
parent 430d1643cc
commit 3f5d865d64
9 changed files with 79 additions and 29 deletions
+6 -1
View File
@@ -100,4 +100,9 @@ EXTRA_DIST = CMakeLists.txt
install-data-hook:
$(INSTALL) -d $(includedir)/$(PACKAGE)
$(INSTALL_DATA) weechat-plugin.h $(includedir)/$(PACKAGE)
$(INSTALL_DATA) $(abs_top_srcdir)/src/plugins/weechat-plugin.h $(includedir)/$(PACKAGE)
# uninstall plugin header
uninstall-hook:
$(RM) $(includedir)/$(PACKAGE)/weechat-plugin.h