emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

install-info change for Debian


From: Kai Großjohann
Subject: install-info change for Debian
Date: 28 Oct 2000 20:47:28 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.0.90

Sadly, the install-info command of Debian is different from the one
that comes with Texinfo.  I tried to get the Debian guys to modify
their version to comply with the calling conventions of the Texinfo
one, but failed.  They claimed there were there first.

Oh, well.

Anyway, below my signature you find a Makefile.in patch which I've
been using for a while on Debian.  Not sure whether it works with the
other install-info, but I tried to make sure that it does.

Thoughts?

kai
-- 
I like BOTH kinds of music.

--- Makefile.in.DIST    Thu Apr 20 19:25:53 2000
+++ Makefile.in Thu Apr 20 19:26:30 2000
@@ -410,7 +410,7 @@
        then \
          for f in ada-mode autotype ccmode cl dired-x ediff efaq emacs eudc 
forms gnus idlwave info message mh-e reftex sc vip viper widget; do \
            (cd $${thisdir}; \
-            ${INSTALL_INFO} --dir-file=${infodir}/dir 
--info-file=${infodir}/$$f); \
+            ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \
          done; \
        else true; fi
        -chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]