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 /man/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 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/man/Makefile.am b/man/Makefile.am deleted file mode 100644 index efa0d2e..0000000 --- a/man/Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ -EXTRA_DIST = \ - mate-power-manager.sgml \ - mate-power-backlight-helper.sgml \ - mate-power-statistics.sgml \ - mate-power-preferences.sgml - -if HAVE_DOCBOOK2MAN -man_MANS = \ - mate-power-manager.1 \ - mate-power-backlight-helper.1 \ - mate-power-statistics.1 \ - mate-power-preferences.1 -endif - -if HAVE_DOCBOOK2MAN -mate-power-manager.1: mate-power-manager.sgml - docbook2man $? - -mate-power-backlight-helper.1: mate-power-backlight-helper.sgml - docbook2man $? - -mate-power-preferences.1: mate-power-preferences.sgml - docbook2man $? - -mate-power-statistics.1: mate-power-statistics.sgml - docbook2man $? -endif - -clean-local : - rm -f *~ - rm -f *.1 - rm -f manpage.* |