From 9aaca8f902f156b94023d7dc8369b7de02e4b998 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Fri, 1 Mar 2013 15:13:42 +0100 Subject: [PATCH] Renamed hinting js file from hint.js -> hints.js. --- Makefile | 4 ++-- src/hints.c | 2 +- src/{hint.js => hints.js} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename src/{hint.js => hints.js} (100%) diff --git a/Makefile b/Makefile index b088b3c..620dadc 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ options: @echo "CPPFLAGS = $(CPPFLAGS)" @echo "LDFLAGS = $(LDFLAGS)" -src/hints.o: src/hint.js.h -src/hint.js.h: src/hint.js +src/hints.o: src/hints.js.h +src/hints.js.h: src/hints.js @echo "minify $<" @cat $< | src/js2h.sh > $@ diff --git a/src/hints.c b/src/hints.c index bb64e10..56d7155 100644 --- a/src/hints.c +++ b/src/hints.c @@ -22,7 +22,7 @@ #include "hints.h" #include "dom.h" #include "command.h" -#include "hint.js.h" +#include "hints.js.h" #define HINT_VAR "VpHint" diff --git a/src/hint.js b/src/hints.js similarity index 100% rename from src/hint.js rename to src/hints.js -- 2.20.1