Commit bc9f4ee9 authored by John Bonn's avatar John Bonn
Browse files

reverting m04585 commits to remove MathJax from source tree to own location.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7514 41f8697f-d340-4b68-9986-7bafba869bb8
parent 8df8d3a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ ISIS3PROP ?= $(IDK_ROOT)/proprietary
#  Set up paths to tools needed for doxygen
DOXYGEN     = $(ISIS3OPT)/bin/doxygen
DOT_PATH    = $(ISIS3OPT)/bin 
LATEX       = $(ISIS3OPT)/bin/latex

#---------------------------------------------------------------------------
# Set up for cwd
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ ISIS3PROP ?= $(IDK_ROOT)/proprietary
#  Set up paths to needed for doxygen
DOXYGEN     = $(ISIS3OPT)/bin/doxygen
DOT_PATH    = $(ISIS3OPT)/bin
LATEX       = $(ISIS3OPT)/bin/latex
GREP        = $(ISIS3OPT)/bin/grep

#---------------------------------------------------------------------------
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ ISIS3PROP ?= $(IDK_ROOT)/proprietary
#  Set up paths to needed for doxygen
DOXYGEN     = $(ISIS3OPT)/bin/doxygen
DOT_PATH    = $(ISIS3OPT)/bin 
LATEX       = $(ISIS3OPT)/bin/latex

#---------------------------------------------------------------------------
# Set up for cwd
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ ISIS3PROP ?= $(IDK_ROOT)/proprietary
#  Set up paths to needed for doxygen
DOXYGEN     = $(ISIS3OPT)/bin/doxygen
DOT_PATH    = $(ISIS3OPT)/bin 
LATEX       = $(ISIS3OPT)/bin/latex

#---------------------------------------------------------------------------
# Set up for cwd
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ ECHO := /bin/echo
EVAL           := eval
GREP           := grep
HEAD           := head
LATEX          := latex
LN             := ln -s
LS             := /bin/ls
MKDIR          := mkdir -p
Loading