Added FIXME about wrong naming convention

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24328 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-01-09 11:25:32 +00:00
parent 29756933ff
commit 5e78e52a94

View file

@ -61,6 +61,17 @@ GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
include $(GNUSTEP_MAKEFILES)/common.make
# The documents to be generated
# FIXME: We should prefix everything with 'gnustep' because we
# generate info files that we then put into the standard info
# directories, and we don't want those to conflict with info files
# from other packages! For example, 'info make' should return GNU
# make documentation, while 'info gnustep-make' should return
# GNUstep-make documentation. At the moment they would have the same
# name instead, giving rise to unpleasant consequences! For example
# in a default installation, 'info make' would return gnustep-make
# documentation (instead of GNU make one) because the INFOPATH is used
# before built-in paths!
DOCUMENT_NAME = gnustep-howto faq filesystem internals machines make userfaq
# The text documents to be generated