From c6e8c60c3fed8ca87dfdc6fe90ee6d163c48a41c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Christophe=20Beaupr=C3=A9?= Date: Mon, 15 Dec 2014 11:35:06 -0500 Subject: [PATCH] neo_doxygen: Remove references to `nitg`. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jean-Christophe Beaupré --- contrib/neo_doxygen/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/neo_doxygen/Makefile b/contrib/neo_doxygen/Makefile index 332b4ce..c78f7e6 100644 --- a/contrib/neo_doxygen/Makefile +++ b/contrib/neo_doxygen/Makefile @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -NITG=../../bin/nitc -NITG_FLAGS=--dir bin +NITC=../../bin/nitc +NITC_FLAGS=--dir bin NEO4J_DIR=/var/lib/neo4j OLD_PWD=${PWD} @@ -22,7 +22,7 @@ OLD_PWD=${PWD} # Compile the tool. bin: mkdir -p bin - $(NITG) $(NITG_FLAGS) src/neo_doxygen.nit + $(NITC) $(NITC_FLAGS) src/neo_doxygen.nit # Reset the local graph. reset-neo: -- 1.7.9.5