diff options
author | monsta <[email protected]> | 2017-03-05 15:17:39 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-03-05 15:17:39 +0300 |
commit | 055703fe26a07abec86aba09f9a51d0b2dc5bac4 (patch) | |
tree | 8ca786d599f6029e0ff0cf12e2be353a167d36b5 /data/Makefile.am | |
parent | c1e9992c00dc2b28385d16b93d2d5b908b663fc0 (diff) | |
download | mate-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.am | 9 |
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 *~ |