blob: 865e424605ff877745b2ecaaf95308f7891bb712 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
man_MANS = mate-color-select.1
if MATE_ABOUT_ENABLED
man_MANS += mate-about.1
endif
EXTRA_DIST = \
meson.build \
mate-about.1 \
mate-color-select.1
-include $(top_srcdir)/git.mk
|