forked from active-calculus/active-calculus-single-mbx
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.paths.original
47 lines (39 loc) · 1.57 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
## ********************************************************************* ##
## Copyright 2016-2019 ##
## Matt Boelkins ##
## ##
## This file is part of Active Calculus ##
## ##
## ********************************************************************* ##
#######################
# DO NOT EDIT THIS FILE
#######################
# 1) Make a copy of Makefile.paths.original
# as Makefile.paths, which git will ignore.
# 2) Edit Makefile.paths to provide full paths to the root folders
# of your local clones of the project repository and the mathbook
# repository as described below.
# 3) The files Makefile and Makefile.paths.original
# are managed by git revision control and any edits you make to
# these will conflict. You should only be editing Makefile.paths.
###########
# Variables
###########
# Provide full paths for principal variables,
# each without a trailing slash
# Project files distribution root
# Example:
#PRJ = /Users/alex.jordan/active-calculus-single-mbx
PRJ =
# MathBook XML distribution root
# Example:
#MB = /Users/alex.jordan/mathbook
MB =
# Directory for HTML version
# Example:
#HTMLOUT = /Users/alex.jordan/active-calculus-single-mbx/html
HTMLOUT =
# Directory for Jing-Trang validator
# Example:
# JING_DIR = /Users/justice/Documents/github/jing-trang
JING_DIR =