~ubuntu-branches/ubuntu/dapper/groff/dapper

« back to all changes in this revision

Viewing changes to font/devX100-12/Makefile.sub

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2002-03-17 04:11:50 UTC
  • Revision ID: james.westby@ubuntu.com-20020317041150-em69nkqd2qw26v96
Tags: 1.17.2-15.woody.1
* New Danish debconf translation (thanks, Rune B. Broberg;
  closes: #131092).
* New French debconf translation (thanks, Philippe Batailler;
  closes: #138515).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DEV=X100-12
2
 
DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
 
2
DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S M G
 
3
CLEANADD=M G
 
4
 
 
5
M: M.header
 
6
        @echo Making M
 
7
        @-rm -f M
 
8
        @$(PERLPATH) $(srcdir)/../devnippon/createM.pl -euc "16,14,2" 0 < $(srcdir)/M.header > M
 
9
 
 
10
G: M
 
11
        @echo Making G
 
12
        @-rm -f G
 
13
        @sed -e 's/name M/name G/' M > G
 
14