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

« back to all changes in this revision

Viewing changes to doc/Paper1/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
# makefile for
 
2
#
 
3
#    VFlib 3.5 --- a general font library that supports 
 
4
#    multiple font formats
 
5
 
6
#  by Hirotsugu Kakugawa
 
7
#
 
8
 
 
9
LATEX2e=latex
 
10
BIBTEX=bibtex 
 
11
DVI2PS=dvips -f
 
12
 
 
13
#---
 
14
SRC=vflib35.tex cah-gut.cls vflib35.bib \
 
15
    comic-jp.eps comic-jp.gif internal.eps internal.fig \
 
16
    xmdvi-image-bw.eps \
 
17
    Makefile
 
18
 
 
19
default: vflib35.ps
 
20
 
 
21
vflib35.ps:  vflib35.tex vflib35.bib
 
22
        -rm  vflib35.aux vflib35.bbl
 
23
        ${LATEX2e} vflib35
 
24
        ${BIBTEX} vflib35
 
25
        ${LATEX2e} vflib35
 
26
        ${LATEX2e} vflib35
 
27
        -${DVI2PS} vflib35.dvi > vflib35.ps
 
28
        -rm *.dvi *.log *.aux *.bbl *.blg missfont.log 
 
29
 
 
30
clean:
 
31
        -rm *.log *.aux *.bbl *.blg missfont.log
 
32
distclean: clean
 
33
        -rm *~
 
34
veryclean: clean
 
35
        -rm *~ *.ps *.dvi