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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user