diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-31 07:33:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-31 07:33:20 +0200 |
commit | 5b84c8cd0c58a270c8f04643809fa52394389d82 (patch) | |
tree | 24b3fab5e1bbb4bd81be5e3f7e0ccb037483db60 /Makefile | |
parent | move files around (diff) | |
download | libgamma-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |