mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
add targets to generate info directory files
This commit is contained in:
parent
d176e59450
commit
6b7e599846
14
Makefile.in
14
Makefile.in
@ -16,7 +16,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
#
|
#
|
||||||
# Last Mod Wed Nov 13 01:00:48 PST 1991, by rich@cygnus.com
|
# Last Mod Wed Nov 13 15:08:42 PST 1991, by rich@rtl.cygnus.com
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
@ -197,6 +197,18 @@ install-fixed-includes: force
|
|||||||
else true; \
|
else true; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
dir.info: force
|
||||||
|
gen-info-dir . > dir.info.new
|
||||||
|
mv -f dir.info.new dir.info
|
||||||
|
|
||||||
|
generate-dir: force
|
||||||
|
- rm -f menus
|
||||||
|
for i in `find . -name \*.info -print` ; do \
|
||||||
|
echo Frobbing $$i... ; \
|
||||||
|
sed -e '1,/START-INFO-DIR-ENTRY/d' \
|
||||||
|
-e '/END-INFO-DIR-ENTRY/,$$d' $$i >> menus ; \
|
||||||
|
done
|
||||||
|
|
||||||
etags tags: TAGS
|
etags tags: TAGS
|
||||||
|
|
||||||
TAGS: FORCE
|
TAGS: FORCE
|
||||||
|
Loading…
Reference in New Issue
Block a user