diff options
author | midipix <writeonce@midipix.org> | 2020-01-09 06:51:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-09 06:51:51 +0000 |
commit | 8360a86db29799e0d4df60ab776c596a9dadcd02 (patch) | |
tree | 6f1f0c7a8a5745038185173cb0385366015579fa /sofort/tools | |
parent | b3d6bcc872e17f10b5ec7b4939ed4fc8ac4156d5 (diff) | |
download | sltdl-8360a86db29799e0d4df60ab776c596a9dadcd02.tar.bz2 sltdl-8360a86db29799e0d4df60ab776c596a9dadcd02.tar.xz |
build system: added file annotations.
Diffstat (limited to 'sofort/tools')
-rwxr-xr-x | sofort/tools/pkgconf.sh | 3 | ||||
-rwxr-xr-x | sofort/tools/version.sh | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sofort/tools/pkgconf.sh b/sofort/tools/pkgconf.sh index e14517f..bcde970 100755 --- a/sofort/tools/pkgconf.sh +++ b/sofort/tools/pkgconf.sh @@ -1,5 +1,8 @@ #!/bin/sh +# pkgconf.sh: generate a pkgconf manifest file. +# this file is covered by COPYING.SOFORT. + set -eu # prefix, exec_prefix diff --git a/sofort/tools/version.sh b/sofort/tools/version.sh index 41e120a..8c49cb3 100755 --- a/sofort/tools/version.sh +++ b/sofort/tools/version.sh @@ -1,5 +1,8 @@ #!/bin/sh +# version.sh: detect git repository info, output defs as a C header. +# this file is covered by COPYING.SOFORT. + set -eu usage() |