mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
e69249e548
commit
db89996a51
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue