~serge-hallyn/ubuntu/quantal/lxc/lxc-aa-custom-profile

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter, Stéphane Graber, Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mfrom: (1.1.2 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100110104021-z8rj5zw5mlvra08l
Tags: 0.6.4-1
[ Stéphane Graber ]
* Upgrade standards-version to 3.8.3
* Drop the copy of etc/* from rules as "etc" is no longer in the tarball

[ Guido Trotter ]
* New Upstream Version
* Update libcap2-dev dependency to libcap-dev
* Install upstream-built man pages via debian/lxc.manpages
* Drop unneeded docbook-utils build dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = examples
 
2
DIST_SUBDIRS = examples
1
3
 
2
 
EXTRA_DIST = FAQ.txt
 
4
EXTRA_DIST = \
 
5
        FAQ.txt \
 
6
        $(man_MANS)
3
7
 
4
8
if ENABLE_DOCBOOK
5
9
man_MANS = \
33
37
 
34
38
lxc-%.sgml : common_options.sgml see_also.sgml
35
39
 
36
 
clean-local:
 
40
maintainer-clean-local:
37
41
        $(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
38
42
endif