infodir belongs in datadir

This commit is contained in:
K. Richard Pixley 1991-12-11 04:15:50 +00:00
parent e152cd1e65
commit c466cfab84
5 changed files with 13 additions and 10 deletions

View file

@ -3,7 +3,7 @@ Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* configure.in: add decstation host makefile frag.
* Makefile.in: BISON now bison -y again. also install-gcc on
install. clean-gdbm on clean.
install. clean-gdbm on clean. infodir belongs in datadir.
Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)

View file

@ -34,7 +34,7 @@ man6dir = $(mandir)/man6
man7dir = $(mandir)/man7
man8dir = $(mandir)/man8
man9dir = $(mandir)/man9
infodir = $(prefix)/info
infodir = $(datadir)/info
includedir = $(prefix)/include
docdir = $(datadir)/doc
@ -1430,14 +1430,9 @@ install-info-dirs: force
if [ -d $$i ] ; then true ; else mkdir $$i ; fi ; \
done
install-dir.info-in-place: force
rdir=`cd $(srcdir)/texinfo ; pwd` \
&& cd $(infodir) \
&& ($${rdir}/gen-info-dir `pwd`) > dir
dir.info: force
# $(srcdir)/texinfo/gen-info-dir . > dir.info.new
# mv -f dir.info.new dir.info
$(srcdir)/texinfo/gen-info-dir $(infodir) > dir.info.new
mv -f dir.info.new dir.info
etags tags: TAGS

View file

@ -1,3 +1,7 @@
Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: infodir belongs in datadir.
Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: remove spaces following hyphens, bsd make can't

View file

@ -34,7 +34,7 @@ man6dir = $(mandir)/man6
man7dir = $(mandir)/man7
man8dir = $(mandir)/man8
man9dir = $(mandir)/man9
infodir = $(prefix)/info
infodir = $(datadir)/info
includedir = $(prefix)/include
docdir = $(datadir)/doc

View file

@ -1,3 +1,7 @@
Tue Dec 10 04:07:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: infodir belongs in datadir.
Fri Dec 6 23:23:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: remove spaces following hyphens, bsd make can't