diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-06-15 18:18:33 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-06-15 18:18:33 +0200 |
commit | 27053b1befc8380404f76c2c03c08eb3a7b0692d (patch) | |
tree | 10a748b4785cce56ed4b272844003611a489cc38 /help/Makefile.am | |
parent | Imported Upstream version 0.10 (diff) | |
download | krb5-auth-dialog-27053b1befc8380404f76c2c03c08eb3a7b0692d.tar.gz krb5-auth-dialog-27053b1befc8380404f76c2c03c08eb3a7b0692d.tar.bz2 krb5-auth-dialog-27053b1befc8380404f76c2c03c08eb3a7b0692d.zip |
Imported Upstream version 0.11
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am new file mode 100644 index 0000000..a0ea266 --- /dev/null +++ b/help/Makefile.am @@ -0,0 +1,19 @@ +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 = \ + figures/ka-valid.png \ + figures/ka-expired.png \ + figures/ka-expiring.png \ + figures/trayicon-valid.png \ + figures/trayicon-expired.png \ + figures/trayicon-expiring.png \ + $(NULL) + +DOC_LINGUAS = de \ + $(NULL) |