diff options
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) url_dir_list = \ ftp://$(gnu_rel_host)/gnu/coreutils +# Used in maint.mk's web-manual rule +manual_title = GNU idutils: ID database utilities + # The GnuPG ID of the key used to sign the tarballs. gpg_key_ID = B9AB9A16 |