aboutsummaryrefslogtreecommitdiff
path: root/help/Makefile.am
blob: c71b35bfd6c67d988e9d00dc9c409eee464403d7 (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 pl sl sv \
	$(NULL)
bgstack15