blob: d7679b75f541727bfb26632dfb5f1a5f0d96c9aa (
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 = es fr uk
|