~ubuntu-branches/ubuntu/precise/vflib3/precise

« back to all changes in this revision

Viewing changes to utils/ctext2pgm-1.5.2/Samples/CTEXT/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= -ctext -16 -times -g 10 -pgm-raw
 
8
ARG_BGCOLOR=   rgb:ff/ff/ff
 
9
ARG_FGCOLOR=   rgb:00/00/00
 
10
 
 
11
DOCS=   DOC1.txt  DOC2.txt  DOC3.txt  DOC4.txt  DOC5.txt  \
 
12
        DOC6.txt  DOC7.txt  DOC8.txt  DOC9.txt  DOC10.txt \
 
13
        DOC11.txt DOC12.txt DOC13.txt DOC14.txt DOC15.txt \
 
14
        DOC16.txt DOC17.txt  \
 
15
        DOC99.txt
 
16
 
 
17
include  ../make-sub
 
18
 
 
19
# -----------------------------------------------------------------------
 
20
 
 
21
#EOF