diff options
Diffstat (limited to 'trashapplet/docs/Makefile.am')
-rw-r--r-- | trashapplet/docs/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/trashapplet/docs/Makefile.am b/trashapplet/docs/Makefile.am new file mode 100644 index 00000000..a44f1223 --- /dev/null +++ b/trashapplet/docs/Makefile.am @@ -0,0 +1,11 @@ +include $(top_srcdir)/mate-doc-utils.make +dist-hook: doc-dist-hook + +DOC_MODULE = mate-trashapplet +DOC_ENTITIES = legal.xml + +DOC_FIGURES = figures/trash-applet.png + +DOC_LINGUAS = ca cs da de el en_GB es eu fi fr hu it nl oc pa pt_BR ru sv uk zh_CN zh_HK zh_TW + +-include $(top_srcdir)/git.mk |