~ubuntu-branches/ubuntu/trusty/xterm/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2011-02-12 15:58:09 UTC
  • mfrom: (1.4.11 upstream) (11.1.24 sid)
  • Revision ID: james.westby@ubuntu.com-20110212155809-cpkfynhfxzgbje2l
Tags: 268-1ubuntu1
* Merge from debian unstable (LP: #717301), remaining changes:
  - debian/patches/950_ubuntu_charclass_highlight.diff: Enabled URL
    highlighting
  - debian/patches/Add 951_uxterm_utf8_title.diff: Set utf8Titles to true by
    default when using uxterm, so that it displays utf8 directories in titles
    properly.  May cause issues with apps that use control sequences for
    updating the xterm titlebar - users should use xterm or set utf8Title
    to false in this case.
  - debian/gbp.conf: Use "Ubuntu" in "debian-branch" directly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## $XTermId: Makefile.in,v 1.173 2010/11/13 12:52:34 tom Exp $
 
1
## $XTermId: Makefile.in,v 1.174 2010/11/24 11:21:01 tom Exp $
2
2
# -----------------------------------------------------------------------------
3
3
# this file is part of xterm
4
4
#
360
360
terminfo.out : terminfo         ; tic -a -I -1 terminfo >$@
361
361
termcap.out : termcap           ; tic -a -C -U termcap >$@
362
362
################################################################################
 
363
docs-ctlseqs \
363
364
docs :: ctlseqs.html \
364
365
        ctlseqs.pdf \
365
366
        ctlseqs.ps \
369
370
ctlseqs.ps : ctlseqs.ms
370
371
ctlseqs.txt : ctlseqs.ms
371
372
################################################################################
 
373
docs-resize \
372
374
docs :: resize.html \
373
375
        resize.pdf \
374
376
        resize.ps \
378
380
resize.ps : resize.$(manext)
379
381
resize.txt : resize.$(manext)
380
382
################################################################################
 
383
docs-xterm \
381
384
docs :: xterm.html \
382
385
        xterm.pdf \
383
386
        xterm.ps \
387
390
xterm.ps : xterm.$(manext)
388
391
xterm.txt : xterm.$(manext)
389
392
################################################################################
 
393
docs-uxterm \
390
394
docs :: uxterm.html \
391
395
        uxterm.pdf \
392
396
        uxterm.ps \
396
400
uxterm.ps : uxterm.$(manext)
397
401
uxterm.txt : uxterm.$(manext)
398
402
################################################################################
 
403
docs-koi8rxterm \
399
404
docs :: koi8rxterm.html \
400
405
        koi8rxterm.pdf \
401
406
        koi8rxterm.ps \