aboutsummaryrefslogtreecommitdiff
path: root/help/Makefile.am
blob: cbd8ae4b2ff5bc4865765ae810585e3d5ca73e37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@YELP_HELP_RULES@
NULL=

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 \
	figures/trayicon-valid.png \
	figures/trayicon-expired.png \
	figures/trayicon-expiring.png \
	$(NULL)

HELP_LINGUAS = cs de el es sl sv \
	$(NULL)
bgstack15