Opened 11 years ago
Closed 11 years ago
#3475 closed enhancement (worksforme)
bash man pages
Reported by: | Igor Živković | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.5 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
We don't install man pages from the bash package. This could easily be fixed with:
install -v -m644 doc/*.1 /usr/share/man/man1
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
You're right, sorry for the noise. I'll have to fix the Makefile since I don't install Texinfo any more.
make[1]: Entering directory '/home/izivkov/bash-4.2/doc' makeinfo --no-split -I../lib/readline/doc ./bashref.texi /bin/sh ../support/mkinstalldirs /home/izivkov/bb/usr/share/man/man1 make[1]: makeinfo: Command not found Makefile:167: recipe for target 'bashref.info' failed make[1]: *** [bashref.info] Error 127 make[1]: *** Waiting for unfinished jobs.... /bin/sh ../support/mkinstalldirs /home/izivkov/bb/usr/share/info if test -n "" ; then \ /bin/sh ../support/mkinstalldirs /home/izivkov/bb ; \ fi make[1]: Leaving directory '/home/izivkov/bash-4.2/doc' Makefile:749: recipe for target 'install' failed make: [install] Error 2 (ignored)
comment:3 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
On my last build they got installed by make install.