[CM] Pointers into snd-help source?
Michael Scholz
scholz-micha@gmx.de
Fri, 16 Mar 2007 01:29:31 +0100
> makeinfo ${FTH_MAKEINFO_OPTIONS} fth.texi
> info_file=`basename ./fth.info`; \
> if test ! -f ${info_file}; then info_file=./fth.info; fi; \
> list=`echo ${info_file}*`; \
> for f in ${list}; do \
> ff=`basename ${f}`; \
> /usr/bin/install -c -m 0644 ${f} /usr/local/share/info/${ff}; \
> done ; \
> install-info --info-dir=/usr/local/share/info --info-file=${info_file}
> Debian install-info 1.10.21. Copyright (C) 1994,1995
> Ian Jackson. This is free software; see the GNU General Public Licence
> version 2 or later for copying conditions. There is NO warranty.
>
> usage: install-info [--version] [--help] [--debug] [--maxwidth=nnn]
> [--section regexp title] [--infodir=xxx] [--align=nnn]
> [--calign=nnn] [--quiet] [--menuentry=xxx] [--info-dir=xxx]
> [--keep-old] [--description=xxx] [--test]
> [--remove | --remove-exactly ] [--dir-file]
> [--]
> filename
> make[1]: *** [install] Error 1
> make: *** [install] Error 2
Option --info-file is was not known at the time of your install-info.
No problem, I remove this option. The changes are as usual in CVS
now.
Mike