~ubuntu-branches/ubuntu/trusty/libice/trusty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2010-11-08 01:24:07 UTC
  • mfrom: (1.1.6 upstream) (0.2.7 sid)
  • Revision ID: james.westby@ubuntu.com-20101108012407-wgbivb9z29rxt1wf
Tags: 2:1.0.7-1
* New upstream release.
* Drop 0001-Set-the-close-on-exec-flag-for-listening-sockets.patch
* Bump xutils-dev build-dep for new macros.
* Add xmlto, xorg-sgml-doctools, and w3m build-dep for the doc.
* Kill *.xml in the doc directory, no point in shipping them.
* Ship *.html, *.css, and *.txt from the doc directory.
* Switch from --list-missing to --fail-missing for additional safety.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = src
 
1
SUBDIRS = doc specs src
2
2
 
3
3
pkgconfigdir = $(libdir)/pkgconfig
4
4
pkgconfig_DATA = ice.pc
5
5
 
6
 
EXTRA_DIST=ice.pc.in ChangeLog
7
 
 
8
 
.PHONY: ChangeLog
 
6
MAINTAINERCLEANFILES = ChangeLog INSTALL
 
7
 
 
8
.PHONY: ChangeLog INSTALL
 
9
 
 
10
INSTALL:
 
11
        $(INSTALL_CMD)
9
12
 
10
13
ChangeLog:
11
14
        $(CHANGELOG_CMD)
12
15
 
13
 
dist-hook: ChangeLog
 
16
dist-hook: ChangeLog INSTALL
14
17
 
15
18
if LINT
16
19
lint: