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 | b3423c9ce64c6d9a6068aa60bad928396d653099 (patch) | |
tree | 2eafe459c56e50d4a9c15e0f4c3851c15d89e9e9 /sofort/tools | |
parent | 81d9df12eea687ea04efe02935ae0909850ae3af (diff) | |
download | perk-b3423c9ce64c6d9a6068aa60bad928396d653099.tar.bz2 perk-b3423c9ce64c6d9a6068aa60bad928396d653099.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() |