wiki:Makefile

In the subversion repository make, are makefile for different purposes. These makefile should be included in a makefile in each project. The general structure is:

project specific variables
include X.makefile
project specific rules

To allow changes of variables, which are used in the default rules, a file makefile.local is included in Tex.makefile, if it exists.

Tex.makefile

General makefile to compile and view latex files. The environment variable VIEWPDF is used as the viewer for pdf files (target .pdfv). Otherwise the acrobat reader is used.

This makefile includes targets specific for lectures (e.g., extract homeworks) as well as for papers (bibhtml).

Figure.makefile

Makefile to generate pdf/eps files form fig files.