mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Install palette.table
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@5323 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cead10f7e4
commit
2e9d46d53c
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ $(PALETTE_FILE) : $(C_OBJ_FILES) $(OBJC_OBJ_FILES) $(SUBPROJECT_OBJ_FILES)
|
|||
$(C_OBJ_FILES) $(OBJC_OBJ_FILES) $(SUBPROJECT_OBJ_FILES) \
|
||||
$(ALL_LIB_DIRS) $(ALL_PALETTE_LIBS)
|
||||
|
||||
palette-resource-files:: $(PALETTE_DIR_NAME)/Resources/Info-gnustep.plist
|
||||
palette-resource-files:: $(PALETTE_DIR_NAME)/Resources/Info-gnustep.plist \
|
||||
$(PALETTE_DIR_NAME)/Resources/palette.table
|
||||
@(if [ "$(RESOURCE_FILES)" != "" ]; then \
|
||||
echo "Copying resources into the palette wrapper..."; \
|
||||
for f in "$(RESOURCE_FILES)"; do \
|
||||
|
|
Loading…
Reference in a new issue