diff options
author | midipix <writeonce@midipix.org> | 2020-01-09 06:51:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-09 06:51:50 +0000 |
commit | d0e2c6b40d469130a9edc91e7293b419ad0af01a (patch) | |
tree | 12f7eb4bdd09159471df9734935d9520f7dd45da /sofort/tools | |
parent | 78b7b03aa7811cf123f93c50bb90ce7aa41e8996 (diff) | |
download | ntcon-d0e2c6b40d469130a9edc91e7293b419ad0af01a.tar.bz2 ntcon-d0e2c6b40d469130a9edc91e7293b419ad0af01a.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() |