summaryrefslogtreecommitdiff
path: root/shells/bash1/files/patch-ad
blob: 541e255dcd01632b11dd3c136479c13ed05308d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*** doc/Makefile.in.orig	Wed Dec 18 23:27:36 1996
--- doc/Makefile.in	Fri Dec 27 14:23:37 1996
***************
*** 145,154 ****
  	-test -d $(man3dir) || $(SHELL) ${MKDIRS} $(man3dir)
  	-test -d $(infodir) || $(SHELL) ${MKDIRS} $(infodir)
  	
! install: info installdirs
  	-$(INSTALL_DATA) $(srcdir)/bash.1 $(man1dir)/bash.${man1ext}
  	-$(INSTALL_DATA) $(srcdir)/bashbug.1 $(man1dir)/bashbug.${man1ext}
! 	-$(INSTALL_DATA) $(srcdir)/readline.3 $(man3dir)/readline.${man3ext}
  	-$(INSTALL_DATA) $(srcdir)/bashref.info $(infodir)/bash.info
  # uncomment the next line to install the builtins man page
  #	$(INSTALL_DATA) builtins.1 $(man1dir)/bash_builtins.${man1ext}
--- 145,154 ----
  	-test -d $(man3dir) || $(SHELL) ${MKDIRS} $(man3dir)
  	-test -d $(infodir) || $(SHELL) ${MKDIRS} $(infodir)
  	
! install: info #installdirs
  	-$(INSTALL_DATA) $(srcdir)/bash.1 $(man1dir)/bash.${man1ext}
  	-$(INSTALL_DATA) $(srcdir)/bashbug.1 $(man1dir)/bashbug.${man1ext}
! #       -$(INSTALL_DATA) $(srcdir)/readline.3 $(man3dir)/readline.${man3ext}
  	-$(INSTALL_DATA) $(srcdir)/bashref.info $(infodir)/bash.info
  # uncomment the next line to install the builtins man page
  #	$(INSTALL_DATA) builtins.1 $(man1dir)/bash_builtins.${man1ext}