forked from PCCMathSAC/orcca
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMakefile.paths.original
38 lines (31 loc) · 1.33 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
## ********************************************************************* ##
## Copyright 2016-2018 ##
## Portland Community College ##
## ##
## This file is part of Open Resources for Community College Algebra ##
## (ORCCA). ##
## ********************************************************************* ##
#######################
# 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/orcca
PRJ =
# MathBook XML distribution root
# Example:
#MB = /Users/alex.jordan/mathbook
MB =