Opened 10 years ago

Closed 10 years ago

#3475 closed enhancement (worksforme)

bash man pages

Reported by: Igor Živković Owned by: lfs-book@…
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 Armin, 10 years ago

On my last build they got installed by make install.

comment:2 by Igor Živković, 10 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 bdubbs@…, 10 years ago

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.