~ubuntu-branches/ubuntu/trusty/ffc/trusty

« back to all changes in this revision

Viewing changes to doc/manual/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2009-09-25 09:41:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090925094139-nb845p3ffs8j5ike
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
FILENAME='ffc-user-manual'
 
2
 
 
3
all:
 
4
        latex $(FILENAME).tex
 
5
 
 
6
final:
 
7
        latex $(FILENAME).tex
 
8
        makeindex $(FILENAME)
 
9
        bibtex $(FILENAME)
 
10
        latex $(FILENAME)
 
11
        dvips -P pdf -o $(FILENAME).ps $(FILENAME).dvi
 
12
        ps2pdf $(FILENAME).ps $(FILENAME).pdf