Commit 6b3264a9 authored by John Bonn's avatar John Bonn
Browse files

merge of r7483 through r7620 into IPCE branch

parent 23d624f0
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