infodir belongs in datadir
This commit is contained in:
parent
e152cd1e65
commit
c466cfab84
5 changed files with 13 additions and 10 deletions
|
@ -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.
|
* configure.in: add decstation host makefile frag.
|
||||||
|
|
||||||
* Makefile.in: BISON now bison -y again. also install-gcc on
|
* 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)
|
Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
|
||||||
|
|
||||||
|
|
11
Makefile.in
11
Makefile.in
|
@ -34,7 +34,7 @@ man6dir = $(mandir)/man6
|
||||||
man7dir = $(mandir)/man7
|
man7dir = $(mandir)/man7
|
||||||
man8dir = $(mandir)/man8
|
man8dir = $(mandir)/man8
|
||||||
man9dir = $(mandir)/man9
|
man9dir = $(mandir)/man9
|
||||||
infodir = $(prefix)/info
|
infodir = $(datadir)/info
|
||||||
includedir = $(prefix)/include
|
includedir = $(prefix)/include
|
||||||
docdir = $(datadir)/doc
|
docdir = $(datadir)/doc
|
||||||
|
|
||||||
|
@ -1430,14 +1430,9 @@ install-info-dirs: force
|
||||||
if [ -d $$i ] ; then true ; else mkdir $$i ; fi ; \
|
if [ -d $$i ] ; then true ; else mkdir $$i ; fi ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
install-dir.info-in-place: force
|
|
||||||
rdir=`cd $(srcdir)/texinfo ; pwd` \
|
|
||||||
&& cd $(infodir) \
|
|
||||||
&& ($${rdir}/gen-info-dir `pwd`) > dir
|
|
||||||
|
|
||||||
dir.info: force
|
dir.info: force
|
||||||
# $(srcdir)/texinfo/gen-info-dir . > dir.info.new
|
$(srcdir)/texinfo/gen-info-dir $(infodir) > dir.info.new
|
||||||
# mv -f dir.info.new dir.info
|
mv -f dir.info.new dir.info
|
||||||
|
|
||||||
etags tags: TAGS
|
etags tags: TAGS
|
||||||
|
|
||||||
|
|
|
@ -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)
|
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
|
* Makefile.in: remove spaces following hyphens, bsd make can't
|
||||||
|
|
|
@ -34,7 +34,7 @@ man6dir = $(mandir)/man6
|
||||||
man7dir = $(mandir)/man7
|
man7dir = $(mandir)/man7
|
||||||
man8dir = $(mandir)/man8
|
man8dir = $(mandir)/man8
|
||||||
man9dir = $(mandir)/man9
|
man9dir = $(mandir)/man9
|
||||||
infodir = $(prefix)/info
|
infodir = $(datadir)/info
|
||||||
includedir = $(prefix)/include
|
includedir = $(prefix)/include
|
||||||
docdir = $(datadir)/doc
|
docdir = $(datadir)/doc
|
||||||
|
|
||||||
|
|
|
@ -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)
|
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
|
* Makefile.in: remove spaces following hyphens, bsd make can't
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue