summaryrefslogtreecommitdiff
path: root/mateweather/docs/Makefile.am
blob: 4def65e5dd69644250fce1d159abc202d0ffe233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@YELP_HELP_RULES@

HELP_ID = mateweather
HELP_FILES = index.docbook legal.xml

HELP_MEDIA = figures/mateweather_applet.png \
		figures/mateweather-details.png \
		figures/mateweather-menu-prefs.png \
		figures/mateweather-prefs-general.png \
		figures/mateweather-prefs-locations.png \
		figures/stock_weather-cloudy.png \
		figures/stock_weather-few-clouds.png \
		figures/stock_weather-fog.png \
		figures/stock_weather-night-clear.png \
		figures/stock_weather-night-few-clouds.png \
		figures/stock_weather-showers.png \
		figures/stock_weather-snow.png \
		figures/stock_weather-storm.png \
		figures/stock_weather-sunny.png

# Add linguas to be ignored, e.g. IGNORE_HELP_LINGUAS = ca de es fr
IGNORE_HELP_LINGUAS =
HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \
	$(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \
	$(subst /,,$(dir $(wildcard */*.po))) )

-include $(top_srcdir)/git.mk