aboutsummaryrefslogtreecommitdiff
path: root/help/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-07-21 13:25:02 +0200
committerGuido Günther <agx@sigxcpu.org>2016-07-21 13:25:02 +0200
commitaa3809290e81ac377de40e3635f07c5b02d8268a (patch)
tree84e5a55f7e2bda2de01673163491e5755702e9ac /help/Makefile.am
parentSwitch gbp.conf to unstable (diff)
parentNew upstream version 3.20.0 (diff)
downloadkrb5-auth-dialog-aa3809290e81ac377de40e3635f07c5b02d8268a.tar.gz
krb5-auth-dialog-aa3809290e81ac377de40e3635f07c5b02d8268a.tar.bz2
krb5-auth-dialog-aa3809290e81ac377de40e3635f07c5b02d8268a.zip
Merge tag 'upstream/3.20.0' into debian/sid
Upstream version 3.20.0 # gpg: Signature made Do 21 Jul 2016 13:25:02 SAST # gpg: using RSA key 0x07B8B7B0EA98120B # gpg: please do a --check-trustdb # gpg: Good signature from "Guido Günther <agx@sigxcpu.org>" [ultimate] # gpg: aka "Guido Günther <gg@godiug.net>" [ultimate] # gpg: aka "Guido Günther <agx@debian.org>" [ultimate] # gpg: aka "Guido Günther <guido@xcpu.ch>" [ultimate] # Primary key fingerprint: D343 9DAA 19DC FACD AE87 9CF2 B999 CDB5 8C8D DBD2 # Subkey fingerprint: BC7C D072 3875 EBAD 05DF 1CD9 07B8 B7B0 EA98 120B
Diffstat (limited to 'help/Makefile.am')
-rw-r--r--help/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 26ddc02..cbd8ae4 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,12 +1,12 @@
+@YELP_HELP_RULES@
NULL=
-include $(top_srcdir)/gnome-doc-utils.make
-dist-hook: doc-dist-hook
-
-DOC_MODULE = krb5-auth-dialog
-DOC_ENTITIES = legal.xml
-DOC_INCLUDES =
-DOC_FIGURES = \
+HELP_ID = krb5-auth-dialog
+HELP_FILES = \
+ index.docbook \
+ legal.xml \
+ $(NULL)
+HELP_MEDIA = \
figures/ka-valid.png \
figures/ka-expired.png \
figures/ka-expiring.png \
@@ -15,5 +15,5 @@ DOC_FIGURES = \
figures/trayicon-expiring.png \
$(NULL)
-DOC_LINGUAS = cs de el es sl sv \
+HELP_LINGUAS = cs de el es sl sv \
$(NULL)
bgstack15