~ctf/unity-settings-daemon/bug1389099_mic_volume_icons

« back to all changes in this revision

Viewing changes to man/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-02-07 11:44:36 UTC
  • Revision ID: package-import@ubuntu.com-20140207114436-7t5u3yvwc4ul7w3e
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

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
        unity-settings-daemon.1
 
14
 
 
15
xml_files = $(man_MANS:.1=.xml)
 
16
 
 
17
EXTRA_DIST = $(xml_files)
 
18
 
 
19
DISTCLEANFILES = $(man_MANS)