~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to docs/Makefile.hev

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Create HTML using hevea tex 2 html conversion
3
 
#
4
 
 
5
 
%.chk: %.tex fpc-hevea.tex
6
 
        cp -f preamble.hev preamble.inc
7
 
        $(HEVEA) $(HEVEAOPTS) $<
8
 
        touch $(basename $<).chk
9
 
 
10
 
user.chk: $(INCLUDES) user.tex messages.inc
11
 
prog.chk: $(INCLUDES) prog.tex
12
 
onechap.chk: $(INCLUDES) onechap.tex
13
 
ref.chk: $(INCLUDES) ref.tex
14
 
fpdoc.chk: $(INCLUDES) fpdoc.tex
15