diff options
Diffstat (limited to 'invest-applet/docs/Makefile.am')
-rw-r--r-- | invest-applet/docs/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/invest-applet/docs/Makefile.am b/invest-applet/docs/Makefile.am new file mode 100644 index 00000000..89f3b183 --- /dev/null +++ b/invest-applet/docs/Makefile.am @@ -0,0 +1,11 @@ +include $(top_srcdir)/mate-doc-utils.make +dist-hook: doc-dist-hook + +DOC_MODULE = invest-applet +DOC_ENTITIES = legal.xml + +DOC_FIGURES = figures/symbol-search.png + +DOC_LINGUAS = ca de el en_GB es fi ru sv zh_CN + +-include $(top_srcdir)/git.mk |