diff options
Diffstat (limited to 'reproduce/software/config')
-rw-r--r-- | reproduce/software/config/installation/LOCAL.conf.in (renamed from reproduce/software/config/installation/LOCAL.mk.in) | 0 | ||||
-rw-r--r-- | reproduce/software/config/installation/TARGETS.conf (renamed from reproduce/software/config/installation/TARGETS.mk) | 6 | ||||
-rw-r--r-- | reproduce/software/config/installation/checksums.conf (renamed from reproduce/software/config/installation/checksums.mk) | 6 | ||||
-rw-r--r-- | reproduce/software/config/installation/texlive-packages.conf (renamed from reproduce/software/config/installation/texlive.mk) | 0 | ||||
-rw-r--r-- | reproduce/software/config/installation/versions.conf (renamed from reproduce/software/config/installation/versions.mk) | 6 |
5 files changed, 9 insertions, 9 deletions
diff --git a/reproduce/software/config/installation/LOCAL.mk.in b/reproduce/software/config/installation/LOCAL.conf.in index 1045f72..1045f72 100644 --- a/reproduce/software/config/installation/LOCAL.mk.in +++ b/reproduce/software/config/installation/LOCAL.conf.in diff --git a/reproduce/software/config/installation/TARGETS.mk b/reproduce/software/config/installation/TARGETS.conf index 164d606..d2d5e2c 100644 --- a/reproduce/software/config/installation/TARGETS.mk +++ b/reproduce/software/config/installation/TARGETS.conf @@ -18,17 +18,17 @@ # All software that are currently available for installation can be seen in # the following file. # -# reproduce/software/config/installation/versions.mk +# reproduce/software/config/installation/versions.conf # # Please add any software that you need for your project in the respective -# part below (using its name in `versions.mk', but without the `-version' +# part below (using its name in `versions.conf', but without the `-version' # part). Just note that if a program/library is a dependency of another, # you don't need to include it here (it will be installed before the # higher-level software anyway). # # Note that many low-level software will be installed before those that are # installed in this step. They are clearly distinguished from the -# higher-level (optional) software in `versions.mk'. These low-level +# higher-level (optional) software in `versions.conf'. These low-level # software MUST NOT be added here. diff --git a/reproduce/software/config/installation/checksums.mk b/reproduce/software/config/installation/checksums.conf index 28980e1..406ec1b 100644 --- a/reproduce/software/config/installation/checksums.mk +++ b/reproduce/software/config/installation/checksums.conf @@ -71,9 +71,9 @@ zlib-checksum = 73fd3fff4adeccd4894084c15ddac89890cd10ef105dd5e1835e1e9bbb6a49ff # ------------------------------------------ # # These are programs and libraries that are optional, The ones in -# `reproduce/software/config/installation/TARGETS.mk' will be built as part -# of a project. To specify a software there, just remove the `-checksum' -# suffix from the list below. +# `reproduce/software/config/installation/TARGETS.conf' will be built as +# part of a project. To specify a software there, just remove the +# `-checksum' suffix from the list below. apachelog4cxx-checksum = aa59ce549c2c5cbeec031361dfce09cdfc3e62ee3bc9ecbc809507b7ec878c14409b98536b7d13c27690809c8e9d5ebafc3589c9fb5e4aecd5cc064943ae7d6b apr-checksum = daa140c83c7e2c45c3980d9dc81d34fa662bebd050653562c39572d0ddf2eaedb71767c518a59d77f59db9b32e00221ef48b9f72ec3666c4521dd511969f3706 apr-util-checksum = 84da76e9b64da2de0996d4d6f3ab3f23db3724eb6352d218e0e8196bcc0b0a5d4fe791f41b4cc350ce3d04cce3bb3cf8bfb513d777d0cd030928368e6b55a536 diff --git a/reproduce/software/config/installation/texlive.mk b/reproduce/software/config/installation/texlive-packages.conf index c53e170..c53e170 100644 --- a/reproduce/software/config/installation/texlive.mk +++ b/reproduce/software/config/installation/texlive-packages.conf diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.conf index 348a61c..565f1a4 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.conf @@ -69,9 +69,9 @@ zlib-version = 1.2.11 # ------------------------------------------ # # These are programs and libraries that are optional, The ones in -# `reproduce/software/config/installation/TARGETS.mk' will be built as part -# of a project. To specify a software there, just remove the `-version' -# suffix from the list below. +# `reproduce/software/config/installation/TARGETS.conf' will be built as +# part of a project. To specify a software there, just remove the +# `-version' suffix from the list below. apachelog4cxx-version = 0.10.0-603-014954db apr-version = 1.7.0 apr-util-version = 1.6.1 |