diff options
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am new file mode 100644 index 0000000..b5a2099 --- /dev/null +++ b/help/Makefile.am @@ -0,0 +1,14 @@ +include $(top_srcdir)/gnome-doc-utils.make +dist-hook: doc-dist-hook + +DOC_MODULE = gnome-user-share +DOC_ENTITIES = +DOC_INCLUDES = legal.xml +DOC_FIGURES = figures/file-sharing-preferences.png \ + figures/sharing-over-the-network.png \ + figures/sharing-over-bluetooth.png \ + figures/receiving-over-bluetooth.png + +DOC_LINGUAS = ca cs de el en_GB es fr it pt_BR ro sl sv zh_CN + +-include $(top_srcdir)/git.mk |