Newer
Older
Handbook / make-includes / standard_environment.make
################################################################################
#
# File: $Id$
#
# Specify standard environmental variables. These can be either actual
# shell environment variables, or make variables.
#
################################################################################


################################################################################
#
# Various environment variables.
#
# Set DRAFT to anything to run in draft mode (e.g., make DRAFT=draft xxx).
#
DRAFT=
#
# Specify LaTeX document options (comma-separated list).
#
LATEX_OPTS+=pdftex,usepdftitle=false,$(DRAFT)
#
# List of standard "phony" build targets.
#
TARGETS+=all debug test clean tidy targets