aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-06-18 08:36:52 +0000
committerSimon Tatham <anakin@pobox.com>2005-06-18 08:36:52 +0000
commitd74d3f26d8dddaefe90868982eb30ea54fb2e5f5 (patch)
tree39bc82bd7f8d0db1ef00f2c9598d04c8159f4c67 /Recipe
parentf22f31196bed3b34c2d7511b1bb1bb386b02df72 (diff)
downloadpuzzles-d74d3f26d8dddaefe90868982eb30ea54fb2e5f5.zip
puzzles-d74d3f26d8dddaefe90868982eb30ea54fb2e5f5.tar.gz
puzzles-d74d3f26d8dddaefe90868982eb30ea54fb2e5f5.tar.bz2
puzzles-d74d3f26d8dddaefe90868982eb30ea54fb2e5f5.tar.xz
I'm sick of not having a `make install' target.
[originally from svn r5973]
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe9
1 files changed, 9 insertions, 0 deletions
diff --git a/Recipe b/Recipe
index 847ca73..7510d57 100644
--- a/Recipe
+++ b/Recipe
@@ -135,3 +135,12 @@ FORCE:
fi
!end
!specialobj osx version
+
+# make install for Unix.
+!begin gtk
+install:
+ for i in cube net netslide fifteen sixteen twiddle \
+ pattern rect solo mines samegame flip; do \
+ $(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i; \
+ done
+!end