-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile.paths.original
49 lines (39 loc) · 1.56 KB
/
Makefile.paths.original
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
## ********************************************************************* ##
## Copyright 2016 ##
## Jack Green, Nick Chura ##
## ##
## This file is part of the Mount Hood Community College ##
## Precalculus Project ##
## ##
## ********************************************************************* ##
#######################
# DO NOT EDIT THIS FILE
#######################
# 1) Make a copy of Makefile.paths.original
# as Makefile.paths, which git will ignore
# 2) Edit Makefile.paths as directed there
# 3) The files Makefile and Makefile.paths.original
# are managed by git revision control and edits will conflict
###########
# Variables
###########
# Provide full paths for principal variables,
# each without a trailing slash
# Project files distribution root
# Example:
# PRJ = /Users/greenj/precalc1-MHCC
PRJ =
# MathBook XML distribution root
# Example:
# MB = /Users/greenj/mathbook
MB =
# These are executables to helper applications
# Provide as much of a path as is needed
# LaTeX engine, executable
# xelatex is preferable, but pdflatex is another option
ENGINE = xelatex
# Text file viewer (eg, DTD errors)
# "more" or "less" are likely system utilities
PAGER = more
# HTML viewer (eg "open -a firefox", "open -a safari", on Mac)
HTMLVIEWER = firefox