Add WinHelp topic
[sgt/puzzles] / Recipe
diff --git a/Recipe b/Recipe
index 847ca73..7510d57 100644 (file)
--- 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