mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
I'm sick of not having a `make install' target.
[originally from svn r5973]
This commit is contained in:
9
Recipe
9
Recipe
@ -135,3 +135,12 @@ FORCE:
|
|||||||
fi
|
fi
|
||||||
!end
|
!end
|
||||||
!specialobj osx version
|
!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
|
||||||
|
@ -894,6 +894,7 @@ if (defined $makefiles{'gtk'}) {
|
|||||||
"prefix=/usr/local\n",
|
"prefix=/usr/local\n",
|
||||||
"exec_prefix=\$(prefix)\n",
|
"exec_prefix=\$(prefix)\n",
|
||||||
"bindir=\$(exec_prefix)/bin\n",
|
"bindir=\$(exec_prefix)/bin\n",
|
||||||
|
"gamesdir=\$(exec_prefix)/games\n",
|
||||||
"mandir=\$(prefix)/man\n",
|
"mandir=\$(prefix)/man\n",
|
||||||
"man1dir=\$(mandir)/man1\n",
|
"man1dir=\$(mandir)/man1\n",
|
||||||
"\n".
|
"\n".
|
||||||
|
Reference in New Issue
Block a user