diff options
-rw-r--r-- | libpkgconf/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpkgconf/buildfile b/libpkgconf/buildfile index 3a19f6b..c344ec7 100644 --- a/libpkgconf/buildfile +++ b/libpkgconf/buildfile @@ -11,8 +11,8 @@ if $version.pre_release else lib{pkgconf}: bin.lib.version = @"-$release_num" -# The version file is an internal one (is only included from config.h) so we -# don't distribute nor install (see below). +# The version file is an internal one (it is only included from config.h) so we +# don't distribute nor install it (see below). # h{version}: in{version} $src_root/file{manifest} @@ -97,7 +97,7 @@ install.include = $install.include/pkgconf/ # h{config}@./: install = false -# Internal one (see above). +# Internal header (see above). # h{version}: install = false |