From b3423c9ce64c6d9a6068aa60bad928396d653099 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 9 Jan 2020 06:51:00 +0000 Subject: build system: added file annotations. --- sofort/tools/pkgconf.sh | 3 +++ sofort/tools/version.sh | 3 +++ 2 files changed, 6 insertions(+) (limited to 'sofort/tools') 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() -- cgit v1.2.3