~ubuntu-branches/ubuntu/wily/man-db/wily-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-06-24 11:34:02 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20130624113402-6xdn53l2p9qu8yus
Tags: 2.6.4-1
* New upstream release:
  - Document default section list in manual pages (closes: #611007).
  - Quieten most warnings from compiling Gnulib (closes: #668429).
  - The MANLESS environment variable is now treated as if it were a
    default value for the -r option to man: occurrences of the text
    "$MAN_PN" are expanded, and explicitly using the -r option overrides
    the default (closes: #690831).
* Use 'set -e' rather than '#! /bin/sh -e' in maintainer scripts.
* Remove maintainer script support for direct upgrades from pre-etch
  (three releases before current stable).
* Breaks/Replaces manpages-zh (<< 1.5.2-1.1); man-db now ships zh_CN
  translations formerly included there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        -DMANCONV=\"$(pkglibexecdir)/$(TRANS_MANCONV)\" \
52
52
        -DMANDB=\"$(bindir)/$(TRANS_MANDB)\" \
53
53
        -DSOELIM=\"$(bindir)/$(TRANS_ZSOELIM)\" \
54
 
        -DWHATIS=\"$(bindir)/$(TRANS_WHATIS)\" \
 
54
        -DWHATIS=\"$(bindir)/$(TRANS_WHATIS)\"
 
55
AM_CFLAGS = \
 
56
        $(WARN_CFLAGS) \
55
57
        $(libpipeline_CFLAGS)
56
58
 
57
59
LIBMAN = $(top_builddir)/lib/libman.la $(top_builddir)/gnulib/lib/libgnu.la \
73
75
        accessdb.c
74
76
catman_SOURCES = \
75
77
        catman.c \
 
78
        globbing.c \
 
79
        globbing.h \
76
80
        manp.c \
77
81
        manp.h
78
82
globbing_SOURCES = \
85
89
        descriptions.h \
86
90
        filenames.c \
87
91
        filenames.h \
 
92
        globbing.c \
 
93
        globbing.h \
88
94
        lexgrog.l \
89
95
        lexgrog_test.c \
90
96
        manconv.c \
140
146
        ult_src.c \
141
147
        ult_src.h
142
148
manpath_SOURCES = \
 
149
        globbing.c \
 
150
        globbing.h \
143
151
        manp.c \
144
152
        manp.h \
145
153
        manpath.c
146
154
whatis_SOURCES = \
 
155
        globbing.c \
 
156
        globbing.h \
147
157
        manconv.c \
148
158
        manconv.h \
149
159
        manp.c \