Mercurial > hg > early-roguelike
comparison xrogue/Makefile.in @ 287:0b3d1b38998f
Remove version numbers from docdir paths.
Most Unix systems prefer to omit the versions.
author | John "Elwin" Edwards |
---|---|
date | Mon, 16 Oct 2017 19:53:38 -0400 |
parents | bac2c81fec78 |
children |
comparison
equal
deleted
inserted
replaced
286:3b61f1dfcc91 | 287:0b3d1b38998f |
---|---|
10 # Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman | 10 # Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman |
11 # All rights reserved. | 11 # All rights reserved. |
12 # | 12 # |
13 # See the file LICENSE.TXT for full copyright and licensing information. | 13 # See the file LICENSE.TXT for full copyright and licensing information. |
14 | 14 |
15 DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ | 15 DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ |
16 PROGRAM=@PROGRAM@ | 16 PROGRAM=@PROGRAM@ |
17 PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ | 17 PACKAGE_TARNAME=@PACKAGE_TARNAME@ |
18 | 18 |
19 SAVEDIR=@SAVEDIR@ | 19 SAVEDIR=@SAVEDIR@ |
20 SCOREFILE=@SCOREFILE@ | 20 SCOREFILE=@SCOREFILE@ |
21 LOGFILE=@LOGFILE@ | 21 LOGFILE=@LOGFILE@ |
22 GROUPOWNER=@GROUPOWNER@ | 22 GROUPOWNER=@GROUPOWNER@ |