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

recommitted m04585 that was previously removed. Now referencing external MathJaxx.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7602 41f8697f-d340-4b68-9986-7bafba869bb8
parent f62736a2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ 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
+0 −1
Original line number Diff line number Diff line
@@ -90,7 +90,6 @@ 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

#---------------------------------------------------------------------------
+0 −1
Original line number Diff line number Diff line
@@ -79,7 +79,6 @@ 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
+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ 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
+0 −1
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ ECHO := /bin/echo
EVAL           := eval
GREP           := grep
HEAD           := head
LATEX          := latex
LN             := ln -s
LS             := /bin/ls
MKDIR          := mkdir -p
Loading