blob: cb46817b65298fabe0ff25bb25ff77772620402a (
plain)
1
2
3
4
5
6
7
8
9
|
include $(top_srcdir)/gnome-doc-utils.make
dist-hook: doc-dist-hook
DOC_MODULE = zenity
DOC_ENTITIES = legal.xml
DOC_INCLUDES =
DOC_FIGURES = figures/zenity-calendar-screenshot.png figures/zenity-entry-screenshot.png figures/zenity-error-screenshot.png figures/zenity-fileselection-screenshot.png figures/zenity-information-screenshot.png figures/zenity-list-screenshot.png figures/zenity-notification-screenshot.png figures/zenity-progress-screenshot.png figures/zenity-question-screenshot.png figures/zenity-text-screenshot.png figures/zenity-warning-screenshot.png
DOC_LINGUAS = bg en_GB es fr oc ru sv uk
|