Added comments

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24517 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-13 03:22:27 +00:00
parent 9548054560
commit f515b74a2a

View file

@ -47,8 +47,13 @@ endif
# Determine the application directory extension
GSWAPP_EXTENSION = gswa
# FIXME: This is how it is ...
GNUSTEP_GSWAPPS = $(GNUSTEP_INSTALLATION_DIR)/GSWApps
# ... and this is how it should be. It looks like changing this might
# require changing gsweb though ? So I'm not doing it.
# GNUSTEP_GSWAPPS = $(GNUSTEP_LIBRARY)/GSWApps
.PHONY: internal-gswapp-all_ \
internal-gswapp-install_ \
internal-gswapp-uninstall_ \