From: Jean-Christophe Beaupré Date: Mon, 15 Dec 2014 16:35:06 +0000 (-0500) Subject: neo_doxygen: Remove references to `nitg`. X-Git-Tag: v0.7~23^2~3 X-Git-Url: http://nitlanguage.org neo_doxygen: Remove references to `nitg`. Signed-off-by: Jean-Christophe Beaupré --- 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: