~ubuntu-branches/ubuntu/saucy/yelp/saucy-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-06-28 04:56:30 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20110628045630-55mwg7p3nhp4fmwb
Tags: 3.1.1-0ubuntu1
* New upstream release.
* Resync with Debian packaging, remaining Ubuntu changes:
  - Use source format 3
  - Add apport hook
  - Watch for unstable releases too
  - Suggest ttf-dejavu, instead of Recommend
  - Use autoreconf
  - debian/patches/00_no_am_gnu_gettext.patch
  - debian/patches/01_lpi.patch
  - debian/patches/05_menu_tooltip.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
XMKMF = @XMKMF@
207
207
XSL_COLOR = @XSL_COLOR@
208
208
XSL_DB2XHTML = @XSL_DB2XHTML@
209
 
XSL_DB_TITLE = @XSL_DB_TITLE@
210
209
XSL_GETTEXT = @XSL_GETTEXT@
211
210
XSL_HTML = @XSL_HTML@
212
211
XSL_ICONS = @XSL_ICONS@
278
277
        yelp-window.c           yelp-window.h           \
279
278
        yelp.c
280
279
 
281
 
 
282
 
#       yelp-toc.h              yelp-toc.c                      \
283
 
#       yelp-db-print.c         yelp-db-print.h                 \
284
 
#       yelp-man-parser.c       yelp-man-parser.h               \
285
 
#       yelp-man.c              yelp-man.h                      \
286
 
#       yelp-search.c           yelp-search.h                   \
287
 
#       yelp-search-parser.c    yelp-search-parser.h
288
280
YELP_DEFINES = \
289
281
        -DG_LOG_DOMAIN=\"Yelp\"                                         \
290
282
        -DPREFIX=\""$(prefix)"\"                                        \