18627eea64
from dist) - re-work port to remove MULTI_PACKAGES (no need for zftp to be treated any differently than other shared-only modules) - kill a dead MASTER_SITES help and ok naddy@
18 lines
586 B
Plaintext
18 lines
586 B
Plaintext
$OpenBSD: patch-Doc_Makefile_in,v 1.4 2007/12/04 19:26:56 okan Exp $
|
|
--- Doc/Makefile.in.orig Sun Dec 17 11:02:02 2006
|
|
+++ Doc/Makefile.in Mon Nov 26 14:35:17 2007
|
|
@@ -267,11 +267,11 @@ Zsh/manmodmenu.yo: $(MODDOCSRC)
|
|
# ========== DEPENDENCIES FOR INSTALLING ==========
|
|
|
|
# install just installs the manual pages
|
|
-install: install.man
|
|
+install: install.man install.info
|
|
.PHONY: install
|
|
|
|
# uninstall just unistalls the manual pages
|
|
-uninstall: uninstall.man
|
|
+uninstall: uninstall.man uninstall.info
|
|
.PHONY: uninstall
|
|
|
|
# install man pages, creating install directory if necessary
|