summaryrefslogtreecommitdiff
path: root/man
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 /man
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 'man')
-rw-r--r--man/Makefile.am32
-rw-r--r--man/mate-power-backlight-helper.sgml145
-rw-r--r--man/mate-power-manager.sgml146
-rw-r--r--man/mate-power-preferences.sgml136
-rw-r--r--man/mate-power-statistics.sgml136
5 files changed, 0 insertions, 595 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.*
diff --git a/man/mate-power-backlight-helper.sgml b/man/mate-power-backlight-helper.sgml
deleted file mode 100644
index d562a63..0000000
--- a/man/mate-power-backlight-helper.sgml
+++ /dev/null
@@ -1,145 +0,0 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-
-<!-- Process this file with docbook-to-man to generate an nroff manual
- page: `docbook-to-man manpage.sgml > manpage.1'. You may view
- the manual page with: `docbook-to-man manpage.sgml | nroff -man |
- less'. A typical entry in a Makefile or Makefile.am is:
-
-manpage.1: manpage.sgml
- docbook-to-man $< > $@
-
-
- The docbook-to-man binary is found in the docbook-to-man package.
- Please remember that if you create the nroff version in one of the
- debian/rules file targets (such as build), you will need to include
- docbook-to-man in your Build-Depends control field.
-
- -->
-
- <!-- Please adjust the date whenever revising the manpage. -->
- <!ENTITY date "<date>21 April, 2014</date>">
- <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
- allowed: see man(7), man(1). -->
- <!ENTITY package "mate-power-backlight-helper">
- <!ENTITY gnu "<acronym>GNU</acronym>">
- <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
-]>
-
-<refentry>
- <refentryinfo>
- <address>
- <email>[email protected]</email>;
- </address>
- <author>
- <firstname>Richard</firstname>
- <surname>Hughes</surname>
- </author>
- <copyright>
- <year>2005</year>
- <holder>Richard Hughes</holder>
- </copyright>
- &date;
- </refentryinfo>
- <refmeta>
- <refentrytitle>mate-power-backlight-helper</refentrytitle>
- <manvolnum>1</manvolnum>
- </refmeta>
- <refnamediv>
- <refname>&package;</refname>
-
- <refpurpose>helper application for MATE's power management backlight control</refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>&package;</command>
- <arg><option>--help</option></arg>
- <arg><option>--set-brightness</option></arg>
- <arg><option>--get-brightness</option></arg>
- <arg><option>--get-max-brightness</option></arg>
- </cmdsynopsis>
- </refsynopsisdiv>
- <refsect1>
- <title>DESCRIPTION</title>
-
- <para>This manual page documents briefly the
- <command>&package;</command> command.</para>
-
- <para><command>&package;</command> is a helper utility for controlling the backlight of TFT displays via the MATE power manager userspace daemon.</para>
- <para>The <command>&package;</command> requires to be run with root privileges.</para>
-
- </refsect1>
- <refsect1>
- <title>OPTIONS</title>
-
- <para>This program follows the usual &gnu; command line syntax,
- with long options starting with two dashes (`-'). A summary of
- options is included below. </para>
-
- <variablelist>
- <varlistentry>
- <term>
- <option>--help</option>
- </term>
- <listitem>
- <para>Show summary of options.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <option>--set-brightness BRIGHTNESS_LEVEL</option>
- </term>
- <listitem>
- <para>Set the given brightness.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <option>--get-brightness</option>
- </term>
- <listitem>
- <para>Get the current brightness.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <option>--get-max-brightness</option>
- </term>
- <listitem>
- <para>Get the number of brightness levels supported.</para>
- </listitem>
- </varlistentry>
-
- </variablelist>
- </refsect1>
- <refsect1>
- <title>SEE ALSO</title>
-
- <para>mate-power-manager (1).</para>
-
- </refsect1>
- <refsect1>
- <title>AUTHOR</title>
-
- <para>This manual page has been written by Mike Gabriel <email>[email protected]</email> for
- the <productname>Debian</productname> system (but may be used by others).
- </para>
-
- </refsect1>
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
diff --git a/man/mate-power-manager.sgml b/man/mate-power-manager.sgml
deleted file mode 100644
index 4ee0586..0000000
--- a/man/mate-power-manager.sgml
+++ /dev/null
@@ -1,146 +0,0 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-
-<!-- Process this file with docbook-to-man to generate an nroff manual
- page: `docbook-to-man manpage.sgml > manpage.1'. You may view
- the manual page with: `docbook-to-man manpage.sgml | nroff -man |
- less'. A typical entry in a Makefile or Makefile.am is:
-
-manpage.1: manpage.sgml
- docbook-to-man $< > $@
-
-
- The docbook-to-man binary is found in the docbook-to-man package.
- Please remember that if you create the nroff version in one of the
- debian/rules file targets (such as build), you will need to include
- docbook-to-man in your Build-Depends control field.
-
- -->
-
- <!-- Please adjust the date whenever revising the manpage. -->
- <!ENTITY date "<date>29 March,2006</date>">
- <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
- allowed: see man(7), man(1). -->
- <!ENTITY package "mate-power-manager">
- <!ENTITY gnu "<acronym>GNU</acronym>">
- <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
-]>
-
-<refentry>
- <refentryinfo>
- <address>
- <email>[email protected]</email>;
- </address>
- <author>
- <firstname>Richard</firstname>
- <surname>Hughes</surname>
- </author>
- <copyright>
- <year>2005</year>
- <holder>Richard Hughes</holder>
- </copyright>
- &date;
- </refentryinfo>
- <refmeta>
- <refentrytitle>mate-power-manager</refentrytitle>
- <manvolnum>1</manvolnum>
- </refmeta>
- <refnamediv>
- <refname>&package;</refname>
-
- <refpurpose>mate power manager userspace daemon</refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>&package;</command>
- <arg><option>--verbose</option></arg>
- <arg><option>--debug</option></arg>
- <arg><option>--help</option></arg>
- </cmdsynopsis>
- </refsynopsisdiv>
- <refsect1>
- <title>DESCRIPTION</title>
-
- <para>This manual page documents briefly the
- <command>&package;</command> command.</para>
-
- <para><command>&package;</command> is the backend program of the MATE power management infrastructure providing a complete and integrated solution to power management under the MATE desktop environment.</para>
- <para>It supports features such as suspending, hibernating, screen blanking, cpu frequency switching and more in one small neat package.</para>
-
- </refsect1>
- <refsect1>
- <title>OPTIONS</title>
-
- <para>This program follows the usual &gnu; command line syntax,
- with long options starting with two dashes (`-'). A summary of
- options is included below. </para>
-
- <variablelist>
- <varlistentry>
- <term>
- <option>--help</option>
- </term>
- <listitem>
- <para>Show summary of options.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <option>--verbose</option>
- </term>
- <listitem>
- <para>Show extra debugging.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <option>--no-daemon</option>
- </term>
- <listitem>
- <para>Do not detach <command>&package;</command> into the background so that error messages will be displayed on console.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <option>--debug</option>
- </term>
- <listitem>
- <para>Only show specific debugging options. Useful for developers only.</para>
- </listitem>
- </varlistentry>
-
- </variablelist>
- </refsect1>
- <refsect1>
- <title>SEE ALSO</title>
-
- <para>mate-power-preferences (1).</para>
-
- <para>The programs are documented fully on
- http://mate.org/projects/mate-power-manager/ .</para>
- </refsect1>
- <refsect1>
- <title>AUTHOR</title>
-
- <para>This manual page was written by Oliver Grawert <email>[email protected]</email> for
- the <productname>Debian</productname> system and updated by Ow Mun Heng <email>[email protected]</email>
- </para>
-
- </refsect1>
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
diff --git a/man/mate-power-preferences.sgml b/man/mate-power-preferences.sgml
deleted file mode 100644
index adc0231..0000000
--- a/man/mate-power-preferences.sgml
+++ /dev/null
@@ -1,136 +0,0 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-
-<!-- Process this file with docbook-to-man to generate an nroff manual
- page: `docbook-to-man manpage.sgml > manpage.1'. You may view
- the manual page with: `docbook-to-man manpage.sgml | nroff -man |
- less'. A typical entry in a Makefile or Makefile.am is:
-
-manpage.1: manpage.sgml
- docbook-to-man $< > $@
-
-
- The docbook-to-man binary is found in the docbook-to-man package.
- Please remember that if you create the nroff version in one of the
- debian/rules file targets (such as build), you will need to include
- docbook-to-man in your Build-Depends control field.
-
- -->
-
- <!-- Fill in your name for FIRSTNAME and SURNAME. -->
- <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
- <!ENTITY dhsurname "<surname>SURNAME</surname>">
- <!-- Please adjust the date whenever revising the manpage. -->
- <!ENTITY dhdate "<date>11 July, 2005</date>">
- <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
- allowed: see man(7), man(1). -->
- <!ENTITY dhsection "<manvolnum>1</manvolnum>">
- <!ENTITY dhemail "<email>[email protected]</email>">
- <!ENTITY dhusername "Oliver Grawert">
- <!ENTITY dhucpackage "<refentrytitle>mate-power-preferences</refentrytitle>">
- <!ENTITY dhpackage "mate-power-preferences">
-
- <!ENTITY gnu "<acronym>GNU</acronym>">
- <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
-]>
-
-<refentry>
- <refentryinfo>
- <address>
- <email>[email protected]</email>;
- </address>
- <author>
- <firstname>Richard</firstname>
- <surname>Hughes</surname>
- </author>
- <copyright>
- <year>2005</year>
- <holder>Richard Hughes</holder>
- </copyright>
- &dhdate;
- </refentryinfo>
- <refmeta>
- &dhucpackage;
-
- &dhsection;
- </refmeta>
- <refnamediv>
- <refname>&dhpackage;</refname>
-
- <refpurpose>mate power preferences gui</refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>&dhpackage;</command>
- <arg><option>--verbose</option></arg>
- <arg><option>--help</option></arg>
- </cmdsynopsis>
- </refsynopsisdiv>
- <refsect1>
- <title>DESCRIPTION</title>
-
- <para>This manual page documents briefly the
- <command>&dhpackage;</command> command.</para>
-
- <para><command>&dhpackage;</command> is the gui program for the mate power management infrastructure</para>
-
- </refsect1>
- <refsect1>
- <title>OPTIONS</title>
-
- <para>This program follows the usual &gnu; command line syntax,
- with long options starting with two dashes (`-'). A summary of
- options is included below. </para>
-
- <variablelist>
- <varlistentry>
- <term>
- <option>--help</option>
- </term>
- <listitem>
- <para>Show summary of options.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <option>--verbose</option>
- </term>
- <listitem>
- <para>Show extra debugging.</para>
- </listitem>
- </varlistentry>
- </variablelist>
- </refsect1>
- <refsect1>
- <title>SEE ALSO</title>
-
- <para>mate-power-manager (1).</para>
-
- <para>The programs are documented fully on
- http://mate.org/projects/mate-power-manager/ .</para>
- </refsect1>
- <refsect1>
- <title>AUTHOR</title>
-
- <para>This manual page was written by Oliver Grawert <email>[email protected]</email> for
- the <productname>Debian</productname> system.
- </para>
-
- </refsect1>
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
diff --git a/man/mate-power-statistics.sgml b/man/mate-power-statistics.sgml
deleted file mode 100644
index c232346..0000000
--- a/man/mate-power-statistics.sgml
+++ /dev/null
@@ -1,136 +0,0 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-
-<!-- Process this file with docbook-to-man to generate an nroff manual
- page: `docbook-to-man manpage.sgml > manpage.1'. You may view
- the manual page with: `docbook-to-man manpage.sgml | nroff -man |
- less'. A typical entry in a Makefile or Makefile.am is:
-
-manpage.1: manpage.sgml
- docbook-to-man $< > $@
-
-
- The docbook-to-man binary is found in the docbook-to-man package.
- Please remember that if you create the nroff version in one of the
- debian/rules file targets (such as build), you will need to include
- docbook-to-man in your Build-Depends control field.
-
- -->
-
- <!-- Fill in your name for FIRSTNAME and SURNAME. -->
- <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
- <!ENTITY dhsurname "<surname>SURNAME</surname>">
- <!-- Please adjust the date whenever revising the manpage. -->
- <!ENTITY dhdate "<date>11 December, 2007</date>">
- <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
- allowed: see man(7), man(1). -->
- <!ENTITY dhsection "<manvolnum>1</manvolnum>">
- <!ENTITY dhemail "<email>[email protected]</email>">
- <!ENTITY dhusername "Simon Zheng">
- <!ENTITY dhucpackage "<refentrytitle>mate-power-statistics</refentrytitle>">
- <!ENTITY dhpackage "mate-power-statistics">
-
- <!ENTITY gnu "<acronym>GNU</acronym>">
- <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
-]>
-
-<refentry>
- <refentryinfo>
- <address>
- <email>[email protected]</email>;
- </address>
- <author>
- <firstname>Richard</firstname>
- <surname>Hughes</surname>
- </author>
- <copyright>
- <year>2005</year>
- <holder>Richard Hughes</holder>
- </copyright>
- &dhdate;
- </refentryinfo>
- <refmeta>
- &dhucpackage;
-
- &dhsection;
- </refmeta>
- <refnamediv>
- <refname>&dhpackage;</refname>
-
- <refpurpose>mate power statistics gui</refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>&dhpackage;</command>
- <arg><option>--verbose</option></arg>
- <arg><option>--help</option></arg>
- </cmdsynopsis>
- </refsynopsisdiv>
- <refsect1>
- <title>DESCRIPTION</title>
-
- <para>This manual page documents briefly the
- <command>&dhpackage;</command> command.</para>
-
- <para><command>&dhpackage;</command> is the gui program for the mate power management infrastructure.</para>
- <para>It allows users to visualize the power consumption of laptop hardware.</para>
-
- </refsect1>
- <refsect1>
- <title>OPTIONS</title>
-
- <para>This program follows the usual &gnu; command line syntax,
- with long options starting with two dashes (`-'). A summary of
- options is included below. </para>
-
- <variablelist>
- <varlistentry>
- <term>
- <option>--help</option>
- </term>
- <listitem>
- <para>Show summary of options.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <option>--verbose</option>
- </term>
- <listitem>
- <para>Show extra debugging.</para>
- </listitem>
- </varlistentry>
- </variablelist>
- </refsect1>
- <refsect1>
- <title>SEE ALSO</title>
-
- <para>mate-power-manager (1), mate-power-preferences (1). </para>
-
- <para>The programs are documented fully on
- http://mate.org/projects/mate-power-manager/ .</para>
- </refsect1>
- <refsect1>
- <title>AUTHOR</title>
-
- <para>This manual page was written by Simon Zheng <email>[email protected]</email>.
- </para>
-
- </refsect1>
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->