comparison arogue5/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 # All rights reserved. 10 # All rights reserved.
11 # 11 #
12 # See the file LICENSE.TXT for full copyright and licensing information. 12 # See the file LICENSE.TXT for full copyright and licensing information.
13 # 13 #
14 14
15 DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ 15 DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@
16 PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ 16 PACKAGE_TARNAME=@PACKAGE_TARNAME@
17 PROGRAM=@PROGRAM@ 17 PROGRAM=@PROGRAM@
18 18
19 SCOREFILE=@SCOREFILE@ 19 SCOREFILE=@SCOREFILE@
20 LOGFILE=@LOGFILE@ 20 LOGFILE=@LOGFILE@
21 SAVEDIR=@SAVEDIR@ 21 SAVEDIR=@SAVEDIR@