blob: 31f5bd6caa01a507ad27726a6652dfc7271a66fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
include $(top_srcdir)/gnome-doc-utils.make
dist-hook: doc-dist-hook
DOC_MODULE = gweather
DOC_ENTITIES = legal.xml
DOC_FIGURES = figures/gweather_applet.png \
figures/gweather-details.png \
figures/gweather-menu-prefs.png \
figures/gweather-prefs-general.png \
figures/gweather-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
DOC_LINGUAS = en_GB es fi fr ko nl oc pa pt_BR ru sv uk
|