diff options
author | Tiffany Antopolski <tiffany.antopolski@gmail.com> | 2011-12-18 13:08:47 -0500 |
---|---|---|
committer | Tiffany Antopolski <tiffany.antopolski@gmail.com> | 2011-12-18 13:08:47 -0500 |
commit | e0daa19e5151caad8038d22ba3d2b9daa2110850 (patch) | |
tree | 36461415667936dddd2a31c9584b7556cd3ddb1a | |
parent | fixed screenshot on Adwita (diff) | |
download | zenity-e0daa19e5151caad8038d22ba3d2b9daa2110850.tar.gz zenity-e0daa19e5151caad8038d22ba3d2b9daa2110850.tar.bz2 zenity-e0daa19e5151caad8038d22ba3d2b9daa2110850.zip |
[help/C] Updated Makefile.am to compile new mallard docs.
-rw-r--r-- | help/Makefile.am | 38 |
1 files changed, 35 insertions, 3 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index aec3e999..fd968355 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -2,8 +2,40 @@ 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_INCLUDES = legal.xml + +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_PAGES = \ + calendar.page \ + color-selection.page \ + entry.page \ + error.page \ + file-selection.page \ + forms.page \ + index.page \ + info.page \ + intro.page \ + list.page \ + message.page \ + notification.page \ + password.page \ + progress.page \ + question.page \ + scale.page \ + text.page \ + usage.page \ + warning.page DOC_LINGUAS = bg ca cs da de el en_GB es eu fi fr gl oc pt_BR ru sl sv uk zh_CN |