X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=help%2FMakefile.am;h=3f575d04ed65c7914897e0d31953a5d227a89265;hb=53010f67f3417fae7162a8d247aed5ae6aa0b7dc;hp=42ffacc264d50e3af3a87ab9082c51d1878f8aec;hpb=c3e1500a4815225f08e1b20dd066559e8c92c280;p=evince.git diff --git a/help/Makefile.am b/help/Makefile.am index 42ffacc2..3f575d04 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1 +1,61 @@ -SUBDIRS = C +SUBDIRS = reference + +if ENABLE_HELP +include $(top_srcdir)/gnome-doc-utils.make + +DOC_ID = evince +DOC_INCLUDES = legal.xml + +dist-hook: doc-dist-hook + +DOC_FIGURES = \ + add-text-annotation.png \ + annotations-navigate.png \ + annotations-nav-to-page.png \ + evincelogo.png \ + gconf-editor.png \ + list-add-tabs.png \ + print-2sided.png \ + print-select.png \ + reverse-collate.png \ + zoom.png + +DOC_PAGES = \ + annotation-properties.page \ + annotations-delete.page \ + annotations-navigate.page \ + annotations.page \ + bookmarks.page \ + commandline.page \ + convertpdf.page \ + convertPostScript.page \ + convertSVG.page \ + editing.page \ + finding.page \ + formats.page \ + forms.page \ + index.page \ + introduction.page \ + invert-colors.page \ + movingaround.page \ + noprint.page \ + openerror.page \ + opening.page \ + password.page \ + presentations.page \ + print-2sided.page \ + print-differentsize.page \ + printing.page \ + print-order.page \ + print-select.page \ + reload.page \ + shortcuts.page \ + textselection.page \ + tips.page \ + zooming.page + +DOC_LINGUAS = bg ca cs de el en_GB es eu fi fr gl it ja nl oc pt_BR ru sl sr sv uk vi zh_CN + +-include $(top_srcdir)/git.mk + +endif