2008-11-04 05:00:59 -05:00
|
|
|
$OpenBSD: patch-Doc_Makefile_in,v 1.5 2008/11/04 10:00:59 pea Exp $
|
|
|
|
--- Doc/Makefile.in.orig Thu Oct 30 12:56:08 2008
|
|
|
|
+++ Doc/Makefile.in Mon Nov 3 22:44:41 2008
|
|
|
|
@@ -275,11 +275,11 @@ Zsh/manmodmenu.yo: $(MODDOCSRC)
|
2001-06-02 21:01:36 -04:00
|
|
|
# ========== 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
|
1997-11-17 20:20:00 -05:00
|
|
|
|
2001-06-02 21:01:36 -04:00
|
|
|
# install man pages, creating install directory if necessary
|