#############################################
# define variables

# the document name (without the .tex extention)
DOCUMENT=sample

# a list of figures (without the .fig extention)
PICS=sample

# Setting FIGMAG for a spesific eepic figure (default: 1.0)
sample.eepic: FIGMAG = 0.9

# a list of files that are added with \input or similar, but don't need any
# special processing:
#INP_TEX_FILES=

# There has to be more generic way
# target dir for the copy comand. At the moment the copy command is scp
TARGET_DIR=csd:

PICS_FORMAT=EEPIC

# what outputs should be copied with the 'copy' command?
COPY_TYPES=ps src.tgz

#include path/to/latex_make.mak . Only needed for latex_make  < 0.2.0
#include ../latex_make.mak
