diff options
Diffstat (limited to 'mini-commander/help/Makefile.am')
-rw-r--r-- | mini-commander/help/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mini-commander/help/Makefile.am b/mini-commander/help/Makefile.am new file mode 100644 index 00000000..57156020 --- /dev/null +++ b/mini-commander/help/Makefile.am @@ -0,0 +1,13 @@ +include $(top_srcdir)/mate-doc-utils.make +dist-hook: doc-dist-hook + +DOC_MODULE = command-line +DOC_ENTITIES = legal.xml + +DOC_FIGURES = figures/command-line.png \ + figures/prefs-macros.png \ + figures/prefs.png + +DOC_LINGUAS = ca de el en_GB es eu fr ko oc pt_BR sv uk zh_CN + +-include $(top_srcdir)/git.mk |