~ubuntu-branches/ubuntu/trusty/chemical-mime-data/trusty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale), Daniel Leidert, LI Daobing
  • Date: 2008-01-07 22:08:45 UTC
  • mfrom: (2.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080107220845-35u19hg94jwjf0l1
Tags: 0.1.94-3
[ Daniel Leidert ]
* debian/chemical-mime-data.postinst: Removed. Better call dh_installmime.
* debian/chemical-mime-data.postrm: Ditto.
* debian/compat: Raise compatibility level to 5.
* debian/control: Homepage and Vcs fields transition. Added
  XS-DM-Upload-Allowed for DM status.
  (Maintainer): Set the debichem team as maintainer.
  (Standards-Version): Updated to 3.7.3 (no other changes).
  (Build-Depends): Raise debhelper version.
* debian/rules (binary-indep): Call dh_installmime to create postinst/postrm
  snippets.
* debian/watch: Slightly updated.

[ LI Daobing ]
* debian/rules: lintian doesn't like "-$(MAKE) clean", see bug#325372

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Document  $Id: Makefile.am,v 1.8 2006/05/03 20:21:27 dleidert Exp $
 
1
# Document  $Id: Makefile.am,v 1.13 2007/01/28 15:54:13 dleidert Exp $
2
2
# Summary   Makefile for the chemical-mime-data project.
3
3
#
4
 
# Copyright (C) 2004-2006 by Daniel Leidert.
 
4
# Copyright (C) 2004-2007 by Daniel Leidert <daniel.leidert@wgdd.de>.
5
5
#
6
6
# This file is free software. The copyright owner gives unlimited
7
7
# permission to copy, distribute and modify it.
8
8
 
9
 
SUBDIRS = src xsl freedesktop.org gnome kde icons po
 
9
SUBDIRS = src xsl freedesktop.org gnome html_docs kde icons po
10
10
 
11
 
AUTOMAKE_OPTIONS = dist-bzip2
 
11
AUTOMAKE_OPTIONS = check-news dist-bzip2 1.7
12
12
 
13
13
EXTRA_DIST = \
14
14
        HACKING \
34
34
        missing \
35
35
        mkinstalldirs \
36
36
        Makefile.in \
37
 
        chemical-mime-data-@VERSION@.tar.gz \
38
 
        chemical-mime-data-@VERSION@.tar.bz2
 
37
        @PACKAGE@-@VERSION@.tar.{gz,bz2} \
 
38
        @PACKAGE@-@VERSION@.tar.{gz,bz2}.md5
39
39
 
40
 
DISTCHECK_CONFIGURE_FLAGS = --disable-update-database
 
40
DISTCHECK_CONFIGURE_FLAGS = --disable-update-database --disable-nls
41
41
 
42
42
 
43
43
pkgconfigdir = $(datadir)/pkgconfig
44
44
pkgconfig_DATA = chemical-mime-data.pc
45
45
 
 
46
 
 
47
install-sfnet:
 
48
        @cd html_docs && $(MAKE) install-sfnet || exit 1
 
49