blob: 004881cf25dd5c3bb6f8fb694fe14780ebce212b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include $(top_srcdir)/mate-doc-utils.make
dist-hook: doc-dist-hook
DOC_MODULE = mate-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
|