diff options
Diffstat (limited to 'mateweather/docs/Makefile.am')
-rw-r--r-- | mateweather/docs/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mateweather/docs/Makefile.am b/mateweather/docs/Makefile.am new file mode 100644 index 00000000..290ad9ef --- /dev/null +++ b/mateweather/docs/Makefile.am @@ -0,0 +1,24 @@ +include $(top_srcdir)/mate-doc-utils.make +dist-hook: doc-dist-hook + +DOC_MODULE = mateweather +DOC_ENTITIES = legal.xml + +DOC_FIGURES = 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 + +DOC_LINGUAS = ar ca cs de el en_GB es eu fi fr ko nl oc pa pt_BR ru sv uk zh_CN + +-include $(top_srcdir)/git.mk |