diff options
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am new file mode 100644 index 0000000..30266a8 --- /dev/null +++ b/help/Makefile.am @@ -0,0 +1,12 @@ +@YELP_HELP_RULES@ + +HELP_ID = mate-user-share +HELP_FILES = index.docbook legal.xml +HELP_MEDIA = figures/file-sharing-preferences.png \ + figures/sharing-over-the-network.png \ + figures/sharing-over-bluetooth.png \ + figures/receiving-over-bluetooth.png + +HELP_LINGUAS = ca cs de el en_GB es fr it pt_BR ro sl sv zh_CN + +-include $(top_srcdir)/git.mk |