Opened 21 months ago
#66847 new defect
texinfo @7.0.2 does not install (register) all its texinfo file in dir file
Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
sh-3.2# pushd /opt/local/share/info ; for INFO in *.info ; do INFO="`echo $INFO | awk -F. '{ print $1 }'`"; printf "»» $INFO: "; if [ `grep "\($INFO\)" dir | wc -l` -gt 0 ] ; then echo OK ; else echo "** missing **" ; fi; done
reports
»» texi2any_api: ** missing ** »» texi2any_internals: ** missing **
Two INFO files, texinfo.info and texi2html.info, are already registered in dir
file, the tow others are missing.
install-info texi2any_api.info dir install-info texi2any_internals.info dir
would do the job.
Note: See
TracTickets for help on using
tickets.