X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=artwork%2Fbrochure%2FMakefile;h=31909914bd9c6015e4974c93b09d0cdfa23a8b4a;hb=9044846845f28f55237ef662b8b6244f9e9e8feb;hp=ea32fdb7307fb46cf478e390298b1ce6a288a513;hpb=859d044639beb4f2581f17e242f18c8882be83fd;p=neurodebian.git diff --git a/artwork/brochure/Makefile b/artwork/brochure/Makefile index ea32fdb..3190991 100644 --- a/artwork/brochure/Makefile +++ b/artwork/brochure/Makefile @@ -1,7 +1,15 @@ -include LaTeX.mk +# Unfortunately leads to the recursion +#DEPENDS=pics + +# So just call 'make pics' first or whenever figures need to be +# regenerated -all:: pics +include LaTeX.mk .PHONY: pics pics: - @$(MAKE) -C ../ logo_tuned/label.pdf openlogo.pdf + @$(MAKE) -C ../ logo_tuned/label.pdf openlogo.pdf distro-dev.pdf openlogo-vsop.pdf + +# Can't be used as is since .gitignore would be searched for in this +# directory +# %.pdf: %.svg @$(MAKE) -f ../Makefile $@