From 9f04437b091e3ad92f7d78539a764f658db70736 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 4 Oct 1995 14:45:43 +0000 Subject: Hand-edit patch to install bash_builtins.1. Submitted by: Chet Ramey --- shells/bash1/files/patch-ad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit