-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile.paths.example
63 lines (51 loc) · 2.54 KB
/
Makefile.paths.example
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
## ********************************************************************* ##
## Copyright 2015 ##
## Robert A. Beezer, Michael Gage, Geoff Goehle, Alex Jordan ##
## ##
## This file is part of MathBook XML. ##
## ##
## MathBook XML is free software: you can redistribute it and/or modify ##
## it under the terms of the GNU General Public License as published by ##
## the Free Software Foundation, either version 2 or version 3 of the ##
## License (at your option). ##
## ##
## MathBook XML is distributed in the hope that it will be useful, ##
## but WITHOUT ANY WARRANTY; without even the implied warranty of ##
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ##
## GNU General Public License for more details. ##
## ##
## You should have received a copy of the GNU General Public License ##
## along with MathBook XML. If not, see <http://www.gnu.org/licenses/>. ##
## ********************************************************************* ##
#######################
# DO NOT EDIT THIS FILE
#######################
# 1) Do make a copy of Makefile.paths.original
# as Makefile.paths
# 2) Edit Makefile.paths as directed there
# 3) Makefile and this file (Makefile.paths.original)
# are managed by revision control and edits will conflict
# 4) See updated history in Makefile.paths.original
# for changes, or follow the revision control history
# 5) See Makefile.paths.example for guidance
# Change History
# 2015/07/22: First release
###########
# Variables
###########
# Provide full paths for principal variables,
# each without a trailing slash
# MathBook XML distribution root
MB = /Users/stephensimonds/mathbook
# The project's root folder
PRJ = /Users/stephensimonds/mathresources
# 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 = less
# HTML viewer (eg "open -a firefox", "open -a safari", on Mac)
HTMLVIEWER = firefox