neo_doxygen: Remove references to `nitg`.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Mon, 15 Dec 2014 16:35:06 +0000 (11:35 -0500)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Tue, 16 Dec 2014 15:33:39 +0000 (10:33 -0500)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

contrib/neo_doxygen/Makefile

index 332b4ce..c78f7e6 100644 (file)
@@ -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: