blob: 7d65ebf008e6a2b4ed7a68bfef3dcc0f17222bcf (
plain)
1
2
3
4
5
6
7
8
9
10
|
include $(top_srcdir)/build-aux/mate-doc-utils.make
dist-hook: doc-dist-hook
DOC_MODULE = mate-audio-profiles
DOC_INCLUDES = legal.xml
DOC_FIGURES = \
figures/mate-audio-profiles-profiles-window.png \
figures/mate-audio-profiles-profile-window.png
DOC_LINGUAS = da de el es fr sv
-include $(top_srcdir)/git.mk
|