From 055703fe26a07abec86aba09f9a51d0b2dc5bac4 Mon Sep 17 00:00:00 2001 From: monsta Date: Sun, 5 Mar 2017 15:17:39 +0300 Subject: 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. --- data/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'data/Makefile.am') 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 *~ -- cgit v1.2.1