~ubuntu-branches/ubuntu/lucid/vflib3/lucid

« back to all changes in this revision

Viewing changes to utils/ctext2pgm-1.5.2/Samples/ISO8859-1-LATIN1/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta
  • Date: 2002-04-15 12:10:24 UTC
  • Revision ID: james.westby@ubuntu.com-20020415121024-cann32wucyfbq22f
Tags: upstream-3.6.12
ImportĀ upstreamĀ versionĀ 3.6.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# a Makefile to make sample images for "ctext2pgm"
 
3
#   by Hirotsugu Kakugawa
 
4
#
 
5
 
 
6
# -----------------------------------------------------------------------
 
7
ARG_CTEXT2PGM= -iso-8859-1 -16 -helv -g 10 -pgm-raw 
 
8
ARG_BGCOLOR=   rgb:ff/ff/ff
 
9
ARG_FGCOLOR=   rgb:00/00/00
 
10
 
 
11
DOCS=   DOC1.txt
 
12
 
 
13
include  ../make-sub
 
14
 
 
15
# -----------------------------------------------------------------------
 
16
 
 
17
#EOF