summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-04 14:45:43 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-04 14:45:43 +0000
commit9f04437b091e3ad92f7d78539a764f658db70736 (patch)
tree65680abd650e0a121a71f35bf71e0cbf3e21447b /shells
parentCompress manpages. (diff)
Hand-edit patch to install bash_builtins.1.
Submitted by: Chet Ramey <chet@odin.INS.CWRU.Edu>
Notes
Notes: svn path=/head/; revision=2250
Diffstat (limited to 'shells')
-rw-r--r--shells/bash1/files/patch-ad3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash1/files/patch-ad b/shells/bash1/files/patch-ad
index b13158b75001..6b3bc222890b 100644
--- a/shells/bash1/files/patch-ad
+++ b/shells/bash1/files/patch-ad
@@ -14,7 +14,7 @@
$(INSTALL_DATA) features.info $(infodir)/bash.info
uninstall:
---- 90,101 ----
+--- 90,102 ----
installdirs:
-[ -d $(mandir) ] || mkdir $(mandir)
@@ -23,6 +23,7 @@
install: all installdirs
$(INSTALL_DATA) bash.1 $(mandir)
+! $(INSTALL_DATA) builtins.1 $(mandir)/bash_builtins.1
! # $(INSTALL_DATA) readline.3 $(man3dir)
$(INSTALL_DATA) features.info $(infodir)/bash.info