neo_doxygen: Use the constants in the `Makefile`.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Thu, 20 Nov 2014 18:20:12 +0000 (13:20 -0500)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Mon, 24 Nov 2014 14:49:56 +0000 (09:49 -0500)
`NITG` and `NITG_FLAGS` was unused.

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

contrib/neo_doxygen/Makefile

index ed82923..80eecd0 100644 (file)
@@ -21,7 +21,7 @@ NEO4J_DIR=/var/lib/neo4j
 # Compile the tool.
 bin:
        mkdir -p bin
-       ../../bin/nitg --dir bin src/neo_doxygen.nit
+       $(NITG) $(NITG_FLAGS) src/neo_doxygen.nit
 
 # Reset the local graph.
 reset-neo: