summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-03-05 15:17:39 +0300
committermonsta <[email protected]>2017-03-05 15:17:39 +0300
commit055703fe26a07abec86aba09f9a51d0b2dc5bac4 (patch)
tree8ca786d599f6029e0ff0cf12e2be353a167d36b5 /data/Makefile.am
parentc1e9992c00dc2b28385d16b93d2d5b908b663fc0 (diff)
downloadmate-power-manager-055703fe26a07abec86aba09f9a51d0b2dc5bac4.tar.bz2
mate-power-manager-055703fe26a07abec86aba09f9a51d0b2dc5bac4.tar.xz
man: use manpages as is instead of generating them from sgml
same as it's done in all other MATE projects. also drop build-dep on docbook2man, now it's not needed anymore. manpages are moved to data/ directory to avoid conflicts with old generated manpages in man/ directory when doing git pull (in case generated files are present). therefore man/ directory is removed completely.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 9d8a746..5b7383f 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -30,12 +30,19 @@ pkgdata_DATA = \
gpm-prefs.ui \
acme.ui
+man_MANS = \
+ mate-power-manager.1 \
+ mate-power-backlight-helper.1 \
+ mate-power-statistics.1 \
+ mate-power-preferences.1
+
EXTRA_DIST = \
$(service_in_files) \
$(autostart_in_files) \
$(desktop_in_files) \
$(gsettings_schemas_in_files) \
- $(pkgdata_DATA)
+ $(pkgdata_DATA) \
+ $(man_MANS)
clean-local :
rm -f *~