commit e732a735f1e45a37ea70014566b4e994439cc800 parent cf7120997fb3bae3acbf07b7c7537415f4498c77 Author: Nils Gillmann <ng0@n0.is> Date: Wed, 24 Oct 2018 15:23:48 +0000 revert builddir Signed-off-by: Nils Gillmann <ng0@n0.is> Diffstat:
| M | Makefile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,6 +1,7 @@ OUT=pdf_build_artifacts BUILD=texi_tmp -TEXI=texi2pdf -q --build-dir=$(BUILD) +TEXI=texi2pdf -q +#--build-dir=$(BUILD) pdf: mkdir -p $(BUILD)