~ubuntu-branches/ubuntu/utopic/xfonts-utils/utopic

« back to all changes in this revision

Viewing changes to mkfontscale/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2011-06-30 14:09:10 UTC
  • Revision ID: james.westby@ubuntu.com-20110630140910-bzoid9i9igkcx0z0
Tags: 1:7.6+1
* mkfontscale 1.0.9
* Update Uploaders list. Thanks, David & Brice!
* Wrap Depends/Replaces.
* Remove long obsolete Replaces.
* Bump Standards-Version to 3.9.2 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20
20
#  PERFORMANCE OF THIS SOFTWARE.
21
21
 
 
22
SUBDIRS = man
22
23
bin_PROGRAMS = mkfontscale
23
24
 
24
25
AM_CPPFLAGS = @MKFONTSCALE_CFLAGS@ @X11_CFLAGS@ -D_BSD_SOURCE
35
36
        list.h \
36
37
        mkfontscale.c
37
38
 
38
 
appman_PRE = mkfontscale.man
39
 
 
40
 
appmandir = $(APP_MAN_DIR)
41
 
 
42
 
appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
43
 
 
44
 
EXTRA_DIST = $(appman_PRE)
45
39
MAINTAINERCLEANFILES = ChangeLog INSTALL
46
 
CLEANFILES = $(appman_DATA)
47
 
 
48
 
SUFFIXES = .$(APP_MAN_SUFFIX) .man
49
 
 
50
 
# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
51
 
.man.$(APP_MAN_SUFFIX):
52
 
        $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
53
40
 
54
41
.PHONY: ChangeLog INSTALL
55
42