Mercurial > hg > early-roguelike
comparison rogue4/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 | fe6b7a1a6dfc |
comparison
equal
deleted
inserted
replaced
286:3b61f1dfcc91 | 287:0b3d1b38998f |
---|---|
7 # All rights reserved. | 7 # All rights reserved. |
8 # | 8 # |
9 # See the file LICENSE.TXT for full copyright and licensing information. | 9 # See the file LICENSE.TXT for full copyright and licensing information. |
10 # | 10 # |
11 | 11 |
12 DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ | 12 DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ |
13 PACKAGE_TARNAME = @PACKAGE_TARNAME@-@PACKAGE_VERSION@ | 13 PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
14 PROGRAM=@PROGRAM@ | 14 PROGRAM=@PROGRAM@ |
15 | 15 |
16 CC = @CC@ | 16 CC = @CC@ |
17 LIBS = @LIBS@ | 17 LIBS = @LIBS@ |
18 | 18 |