From xemacs-m  Fri Dec 27 02:44:15 1996
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with SMTP
	  id CAA28401 for <xemacs-beta@xemacs.org>; Fri, 27 Dec 1996 02:44:14 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id AAA00795; Fri, 27 Dec 1996 00:43:44 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id AAA11182; Fri, 27 Dec 1996 00:43:42 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id AAA22400; Fri, 27 Dec 1996 00:43:42 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id AAA00799; Fri, 27 Dec 1996 00:43:40 -0800
Date: Fri, 27 Dec 1996 00:43:40 -0800
Message-Id: <199612270843.AAA00799@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Bob Weiner <weiner@infodock.com>, Steven L Baur <steve@miranova.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: installation problem with xemacs-19.15-b5
In-Reply-To: <m2g20xnrvm.fsf@altair.xemacs.org>
References: <199612231517.KAA27418@jet-sun.med.iacnet.com>
	<m2g20xnrvm.fsf@altair.xemacs.org>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.97)
Content-Type: text/plain; charset=US-ASCII

>>>>> "Steven" == Steven L Baur <steve@miranova.com> writes:

Steven> Thanks for the report.  The Makefile says the hyperbole manual is
Steven> currently broken.

I am guilty of having broken the install, by removing the hyperbole
manual in one Makefile, but not the other.

hyperbole and oobr do not TeX cleanly.  Bob, do you have versions of
these manuals that survive being run through TeX (and makeinfo, of
course)?

Steven> I don't know why you get hyperbole info files in 20.0 with the same
Steven> Makefile.

We should strive to eliminate maintenance problems.  Is there any
reason not to remove one of them this way?


*** /tmp/geta29006	Wed Dec 25 05:35:33 1996
--- Makefile.in	Wed Dec 25 05:35:25 1996
***************
*** 393,404 ****
  	   if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
  	     ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir ; \
  	   fi ; \
! 	   for f in ange-ftp* cc-mode* cl* dired* ediff* external-widget* \
! 		    forms* gnus* hyperbole* ilisp* info* internals* \
! 		    ispell* lispref* mailcrypt* message* mh-e* \
!                     new-users-guide* oo-browser* pcl-cvs* psgml* rmail* \
!                     standards* supercite* term.* termcap* texinfo* viper* \
!                     vm* w3* xemacs* ; do \
  	     ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f ; \
  	     chmod 0644 ${infodir}/$$f; \
  	   done); \
--- 393,399 ----
  	   if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
  	     ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir ; \
  	   fi ; \
! 	   for f in *.info* ; do \
  	     ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f ; \
  	     chmod 0644 ${infodir}/$$f; \
  	   done); \

