.Sanitize:

now use the shortened names
Makefile.in:
	make install-info work on sysV
readline.texi
	fix @include problem
This commit is contained in:
Steve Chamberlain
1991-11-14 18:07:17 +00:00
parent fb3851d4d4
commit 3558ead599
3 changed files with 9 additions and 11 deletions

View File

@ -35,14 +35,14 @@ emacs_keymap.c
funmap.c funmap.c
history.c history.c
history.h history.h
history.texinfo history.texi
inc-history.texinfo inc-history.texi
inc-readline.texinfo inc-readline.texi
keymaps.c keymaps.c
keymaps.h keymaps.h
readline.c readline.c
readline.h readline.h
readline.texinfo readline.texi
sysdep-norm.h sysdep-norm.h
sysdep-aix.h sysdep-aix.h
vi_keymap.c vi_keymap.c

View File

@ -5,7 +5,7 @@
srcdir = . srcdir = .
ddestdir = /usr/local ddestdir = /usr/local
idestdir = /usr/local
INSTALL_PROG = install -c INSTALL_PROG = install -c
INSTALL_FILE = $(INSTALL_PROG) INSTALL_FILE = $(INSTALL_PROG)
@ -104,16 +104,14 @@ readline.tar.Z: readline.tar
compress -f readline.tar compress -f readline.tar
install: includes install: includes
$(INSTALL_PROG) libreadline.a $(DESTDIR)/libreadline.a.new $(INSTALL_PROG) libreadline.a $(DESTDIR)/libreadline.an
-mv $(DESTDIR)/libreadline.a.new $(DESTDIR)/libreadline.a -mv $(DESTDIR)/libreadline.an $(DESTDIR)/libreadline.a
$(RANLIB) $(DESTDIR)/libreadline.a $(RANLIB) $(DESTDIR)/libreadline.a
install-info: all-info install-info: all-info
for i in *.info* ; do \ for i in *.info* ; do \
echo Installing $$i... ; \ echo Installing $$i... ; \
(cp $$i $(idestdir)/info/$$i.new \ cp $$i $(idestdir)/info/$$i ; \
&& mv -f $(idestdir)/info/$$i.new $(idestdir)/info/$$i) \
|| exit 1 ; \
done done
includes: includes:

View File

@ -103,7 +103,7 @@ to provide a command line interface.
* Readline Top:: GNU Readline User's Manual * Readline Top:: GNU Readline User's Manual
* Readline Technical:: GNU Readline Programmer's Manual * Readline Technical:: GNU Readline Programmer's Manual
@end menu @end menu
@include inc-readline.texinfo @include inc-read.texi
@node Readline Technical, , Top, Top @node Readline Technical, , Top, Top
@chapter Readline Programmer's Manual @chapter Readline Programmer's Manual