~seb128/unity-settings-daemon/battery-info-key

« back to all changes in this revision

Viewing changes to man/Makefile.am

  • Committer: Matthias Clasen
  • Date: 2012-08-08 01:59:37 UTC
  • Revision ID: git-v1:fe46c6253471854e09b2e07fd3569d5c1814c226
Add a man page

The main purpose of this man page is to document how
gnome-settings-daemon gets started and to give some hints
about debugging problems with it.

https://bugzilla.gnome.org/show_bug.cgi?id=680600

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
XSLTPROC_FLAGS = \
 
2
        --nonet \
 
3
        --stringparam man.output.quietly 1 \
 
4
        --stringparam funcsynopsis.style ansi \
 
5
        --stringparam man.th.extra1.suppress 1 \
 
6
        --stringparam man.authors.section.enabled 0 \
 
7
        --stringparam man.copyright.section.enabled 0
 
8
 
 
9
.xml.1:
 
10
        $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
11
 
 
12
man_MANS = \
 
13
        gnome-settings-daemon.1
 
14
 
 
15
xml_files = $(man_MANS:.1=.xml)
 
16
 
 
17
EXTRA_DIST = $(xml_files)
 
18
 
 
19
DISTCLEANFILES = $(man_MANS)