Mercurial > hg > early-roguelike
comparison rogue5/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 |
---|---|
14 # Site configuration occurs beneath this comment | 14 # Site configuration occurs beneath this comment |
15 # Typically ./configure (autoconf tools) configures this section | 15 # Typically ./configure (autoconf tools) configures this section |
16 # This section could be manually configured if autoconf/configure fails | 16 # This section could be manually configured if autoconf/configure fails |
17 ############################################################################### | 17 ############################################################################### |
18 | 18 |
19 DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ | 19 DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ |
20 PACKAGE_TARNAME = @PACKAGE_TARNAME@-@PACKAGE_VERSION@ | 20 PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
21 PROGRAM=@PROGRAM@ | 21 PROGRAM=@PROGRAM@ |
22 | 22 |
23 O=o | 23 O=o |
24 | 24 |
25 #CC=gcc | 25 #CC=gcc |