diff options
author | Perberos <[email protected]> | 2011-11-06 17:13:49 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-06 17:13:49 -0300 |
commit | 13e6e4ab1290cda9426eaedfeda70f7491b6b083 (patch) | |
tree | 2b9b2e1eac4cc6a161bea6f2197de4513ff1ddf7 /help/Makefile.am | |
download | mate-terminal-13e6e4ab1290cda9426eaedfeda70f7491b6b083.tar.bz2 mate-terminal-13e6e4ab1290cda9426eaedfeda70f7491b6b083.tar.xz |
initial
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am new file mode 100644 index 0000000..5336a66 --- /dev/null +++ b/help/Makefile.am @@ -0,0 +1,17 @@ +include $(top_srcdir)/mate-doc-utils.make +dist-hook: doc-dist-hook + +DOC_MODULE = mate-terminal +DOC_ENTITIES = legal.xml +DOC_INCLUDES = +DOC_FIGURES = figures/mate-terminal-default.png \ + figures/mate-terminal-tabbed.png +# figures/terminal-window.png This image is not used. + +DOC_LINGUAS = da de ca cs el en_GB es fr it ko oc pt_BR ru sv uk zh_CN + +# Move to DOC_LINGUAS in transition to mate-doc-utils + +SUBDIRS = bg ro ja zh_TW + +-include $(top_srcdir)/git.mk |