2000-01-22 Manuel Guesdon <mguesdon@sbuilders.com>

* GNUmakefile: add gswapp.make and gswbundle.make


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@5823 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mguesdon 2000-01-22 16:29:38 +00:00
parent e69249e548
commit db89996a51
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2000-01-22 Manuel Guesdon <mguesdon@sbuilders.com>
* GNUmakefile: add gswapp.make and gswbundle.make
2000-01-22 Manuel Guesdon <mguesdon@sbuilders.com>
* rules.make and bundle.make: changes for GNUstepWeb

View file

@ -97,7 +97,7 @@ install: all
common.make brain.make library.make rules.make target.make \
tool.make ctool.make test-library.make names.make objc.make \
test-application.make test-tool.make subproject.make \
palette.make \
palette.make gswapp.make gswbundle.make \
documentation.make MediaBook.func executable.template; do \
$(INSTALL_DATA) $$f $(makedir); \
done
@ -121,7 +121,7 @@ uninstall:
common.make brain.make library.make rules.make target.make \
tool.make ctool.make test-library.make names.make objc.make \
test-application.make test-tool.make subproject.make \
palette.make \
palette.make gswapp.make gswbundle.make \
documentation.make MediaBook.func executable.template; do \
rm -f $(makedir)/$$f; \
done