aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-31 07:33:20 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-31 07:33:20 +0200
commit5b84c8cd0c58a270c8f04643809fa52394389d82 (patch)
tree24b3fab5e1bbb4bd81be5e3f7e0ccb037483db60 /Makefile
parentmove files around (diff)
downloadlibgamma-5b84c8cd0c58a270c8f04643809fa52394389d82.tar.gz
libgamma-5b84c8cd0c58a270c8f04643809fa52394389d82.tar.bz2
libgamma-5b84c8cd0c58a270c8f04643809fa52394389d82.tar.xz
rebuild when our python scripts are updated
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c6b893e..dd619dd 100644
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@ obj/lib/%.o: src/lib/%.c src/lib/*.h
obj/lib/%.o: obj/lib/%.c src/lib/*.h
$(CC) $(LIB_FLAGS) $(LIBS_C) -fPIC -iquote"$$(dirname "$<" | sed -e 's:^obj:src:')" -c -o $@ $<
-obj/%: src/%.gpp
+obj/%: src/%.gpp src/extract/libgamma-*-extract
mkdir -p $(shell dirname $@)
$(GPP) --symbol '£' --input $< --output $@
@@ -157,7 +157,7 @@ obj/%.texinfo: info/%.texinfo
.PHONY: info
info: libgamma.info
-%.info: obj/%.texinfo obj/fdl.texinfo
+%.info: obj/%.texinfo obj/fdl.texinfo src/extract/libgamma-*-extract info/texise
makeinfo $<
.PHONY: pdf