summaryrefslogtreecommitdiff
path: root/irc/ctrlproxy/files/patch-Makefile
blob: 1ad875305999514fbd591571ef6e6fbd257c97bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Makefile.orig	2008-12-06 17:36:33 UTC
+++ Makefile
@@ -145,7 +145,7 @@ endif
 ctrlproxy.pc Makefile.settings config.h: configure Makefile.settings.in ctrlproxy.pc.in
 	./$<
 
-install: all install-dirs install-bin install-header install-data install-pkgconfig $(EXTRA_INSTALL_TARGETS)
+install: all install-dirs install-bin install-data install-pkgconfig $(EXTRA_INSTALL_TARGETS)
 install-dirs:
 	$(INSTALL) -d $(DESTDIR)$(modulesdir)
 
@@ -177,7 +177,6 @@ doc::
 
 install-doc:: doc
 	$(INSTALL) -d $(DESTDIR)$(docdir)
-	$(MAKE) -C doc install PACKAGE_VERSION=$(PACKAGE_VERSION)
 
 uninstall-doc: 
 	$(MAKE) -C doc uninstall