diff options
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 00000000..2baee6a0 --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,8 @@ +man_MANS = \ + mate-about-me.1 \ + mate-appearance-properties.1 \ + mate-default-applications-properties.1 + +EXTRA_DIST = $(man_MANS) + +-include $(top_srcdir)/git.mk |