> I don't know is it bug or not, but it looks strange...
> 
> make/Instance/documentation.make:
> 
> internal-doc-install_::
>         $(INSTALL_DATA) $(GNUSTEP_INSTANCE).ps \
>                         $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)
>         $(INSTALL_DATA) $(GNUSTEP_INSTANCE).info \
>                         $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)
> 
> Why install .info files into DOC_INSTALL_DIR, if we have
> Documentation/info (GNUSTEP_DOCUMENTATION_INFO variable)?
> Or, why we have GNUSTEP_DOCUMENTATION_INFO, if we installing
> .info's into DOC_INSTALL_DIR?

Good question :-)

I think we likely want to install all .info files into
GNUSTEP_DOCUMENTATION_INFO, so that you can browse them all from the same
location.

I changed gnustep-make (CVS) to do this.

We probably want to use install-info to setup a dir index etc - need to do
that at some point :-)

 
> Also, info -f .../just_created.info fails to open with "can't find 'Top'
> node" message...

Thanks - I think that was because of incorrect makeinfo flags ... I fixed
it on gnustep-make CVS.

<I think I got it right but please Adam let me know if I got this wrong
:-)>



_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to