diff options
author | Perberos <[email protected]> | 2011-12-01 22:07:25 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 22:07:25 -0300 |
commit | d00aab12b6ace2c3dda3efbc2aaa2646d78a9099 (patch) | |
tree | 8b0ca776e9234f7eabf3446f12df9a81abd466d0 /man/Makefile.am | |
download | mate-desktop-d00aab12b6ace2c3dda3efbc2aaa2646d78a9099.tar.bz2 mate-desktop-d00aab12b6ace2c3dda3efbc2aaa2646d78a9099.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..b6a8c3f --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,9 @@ +man_MANS = + +if MATE_ABOUT_ENABLED +man_MANS += mate-about.1 +endif + +EXTRA_DIST = mate-about.1 + +-include $(top_srcdir)/git.mk |