Commit 7edabadb authored by John Bonn's avatar John Bonn
Browse files

Removed directory scan for doxygen assets that was not working correctly. m04585

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7492 41f8697f-d340-4b68-9986-7bafba869bb8
parent 77d03158
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -100,10 +100,6 @@ conf:
	  echo "DOT_PATH  = /opt/local/bin" >> build/Programmer_temp.conf;     \
	fi

	for dirname in "$(OBJECTASSETS)"; do \
	  echo "$$dirname \\"                                          >> build/Programmer_temp.conf ; \
	done

	echo "        ...building Developer configuration"
	cat build/Developer.conf                                    >  build/Developer_temp.conf
	echo "LATEX_CMD_NAME   = $(LATEX)"                          >> build/Developer_temp.conf
@@ -132,10 +128,6 @@ conf:
	  echo "WARN_NO_PARAMDOC       = NO"                         >> build/Developer_temp.conf; \
	fi

	for dirname in "$(OBJECTASSETS)" ; do \
	    echo "$$dirname \\"                                     >> build/Developer_temp.conf ; \
	done


render: doApps doProg doDev
doApps: