Newer
Older
Handbook / makefile-templates / paper_variables.make
################################################################################
#
# File: $Id$
#
# Set up variables that specify the current paper. These are mostly used
# as parameters to the XSLT processor when generating documents.
#
################################################################################

################################################################################
#
# Set up variables for the current paper.
#
SUBJECT_CODE:=INFO
PAPER_NUMBER:=212


################################################################################
#
# Define the root directory for this paper. ALL_PAPERS_ROOT is an
# environment variable that contains the path to the top level directory
# for all papers (e.g., /path/to/Teaching/2005).
#
PAPER_ROOT:=$(ALL_PAPERS_ROOT)/$(SUBJECT_CODE)$(PAPER_NUMBER)