From 834f9b8d3cda2cc81084d0913bcefc7683bb9194 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 14 Jun 2012 09:44:27 -0700 Subject: Make sure /manual directory gets created. --- manual/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'manual/Makefile') diff --git a/manual/Makefile b/manual/Makefile index ae04409..67e1390 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -51,6 +51,7 @@ licenses = freemanuals.texi lgpl-2.1.texi fdl-1.3.texi -include $(objpfx)texis $(objpfx)texis: texis.awk $(chapters) $(add-chapters) $(appendices) $(licenses) + $(make-target-directory) $(AWK) -f $^ > $@.T mv -f $@.T $@ -- cgit v1.1