Skip to content

Commit

Permalink
Install palette.table
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@5323 72102866-910b-0410-8b05-ffd578937521
  • Loading branch information
rfm committed Nov 29, 1999
1 parent cead10f commit 2e9d46d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion palette.make
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2e9d46d

Please sign in to comment.