Commit 8fbc0e13 authored by John Bonn's avatar John Bonn
Browse files

Added SHOWDOCWARNINGS option to documentation build. m04585

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7511 41f8697f-d340-4b68-9986-7bafba869bb8
parent 512ed964
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -61,6 +61,11 @@ conf:
	  echo "DOT_PATH  = $(DOT_PATH)" >> build/Programmer_temp.conf;    \
	fi

	if [[ "$(SHOWDOCWARNINGS)" != "" ]];                               \
	then                                                               \
	  echo "WARN_LOGFILE = " >> build/Programmer_temp.conf;            \
	fi

	echo "        ...building Developer configuration"
	cat build/Developer.conf                                    >  build/Developer_temp.conf
	echo "OUTPUT_DIRECTORY = $(ISISROOT)/doc/Object/"           >> build/Developer_temp.conf
@@ -78,6 +83,11 @@ conf:
	  echo "DOT_PATH  = $(DOT_PATH)" >> build/Developer_temp.conf;     \
	fi

	if [[ "$(SHOWDOCWARNINGS)" != "" ]];                               \
	then                                                               \
	  echo "WARN_LOGFILE = " >> build/Developer_temp.conf;             \
	fi



render: doProg doDev