mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
9548054560
commit
f515b74a2a
1 changed files with 5 additions and 0 deletions
|
@ -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_ \
|
||||
|
|
Loading…
Reference in a new issue