diff options
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index 3245fd617..eb705c4d4 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1 +1,12 @@ -SUBDIRS = C eu es fi ja uk +include $(top_srcdir)/gnome-doc-utils.make + +DOC_MODULE = epiphany +DOC_ENTITIES = legal.xml +DOC_LINGUAS = es eu fi ja +DOC_FIGURES = \ + figures/ephy-addressbar-smartbookmark-screenshot.png \ + figures/ephy-bookmarkbar-smartbookmark-screenshot.png \ + figures/ephy-history-window-screenshot.png \ + figures/ephy-screenshot.png + +dist-hook: doc-dist-hook |