diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-06-18 08:36:52 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-06-18 08:36:52 +0000 |
| commit | d74d3f26d8dddaefe90868982eb30ea54fb2e5f5 (patch) | |
| tree | 39bc82bd7f8d0db1ef00f2c9598d04c8159f4c67 /mkfiles.pl | |
| parent | f22f31196bed3b34c2d7511b1bb1bb386b02df72 (diff) | |
| download | puzzles-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 'mkfiles.pl')
| -rwxr-xr-x | mkfiles.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -894,6 +894,7 @@ if (defined $makefiles{'gtk'}) { "prefix=/usr/local\n", "exec_prefix=\$(prefix)\n", "bindir=\$(exec_prefix)/bin\n", + "gamesdir=\$(exec_prefix)/games\n", "mandir=\$(prefix)/man\n", "man1dir=\$(mandir)/man1\n", "\n". |