bug-gnustep
[Top][All Lists]
Advanced

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

Re: info's (continued...)


From: Sir Raorn
Subject: Re: info's (continued...)
Date: Thu, 11 Apr 2002 14:56:21 +0400
User-agent: Mutt/1.3.28i

On Wed, Apr 10, 2002 at 07:51:00PM +0400, Nicola Pero wrote:
> Thanks - fixed
> > I just forgot one thing. Multisectional info files (like
> > manual.info in gnustep-base) not installed. In fact, only
> > root info file (manual.info) being installed, not
> > manual.info-{1,2,3,...}...

Oops... I'm not sure it will work. .info-{1,2,3,...} files not
always generated. This might look better:

=====
diff -urN make-orig/Instance/documentation.make make/Instance/documentation.make
--- make-orig/Instance/documentation.make       Thu Apr 11 13:25:33 2002
+++ make/Instance/documentation.make    Thu Apr 11 14:51:07 2002
@@ -356,8 +356,7 @@
 internal-doc-install_:: $(GNUSTEP_DOCUMENTATION_INFO)
        $(INSTALL_DATA) $(GNUSTEP_INSTANCE).ps \
                        $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)
-       $(INSTALL_DATA) $(GNUSTEP_INSTANCE).info $(GNUSTEP_DOCUMENTATION_INFO)
-       $(INSTALL_DATA) $(GNUSTEP_INSTANCE).info-* $(GNUSTEP_DOCUMENTATION_INFO)
+       $(INSTALL_DATA) $(GNUSTEP_INSTANCE).info* $(GNUSTEP_DOCUMENTATION_INFO)
        if [ -f $(GNUSTEP_INSTANCE)_toc.html ]; then \
          $(INSTALL_DATA) $(GNUSTEP_INSTANCE)_*.html \
                          $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR); \
=====

Or even "$(GNUSTEP_INSTANCE).info{,-*}"...

-- 
Regards, Sir Raorn.
AIF5-RIPN, Binec System Administrator.

Attachment: pgppHC5GmVe_T.pgp
Description: PGP signature


reply via email to

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