From: Martin Gysel Date: Mon, 17 Oct 2011 13:54:00 +0000 (+0200) Subject: create man dir before installing files in it X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=e4d43901bee4268a035674fcff794064557f238a;p=ext%2Fsubsurface.git create man dir before installing files in it Signed-off-by: Martin Gysel Signed-off-by: Linus Torvalds --- diff --git a/Makefile b/Makefile index 3e0d8b1..fb84c16 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,8 @@ install: $(NAME) $(INSTALL) -d -m 755 $(ICONDIR) $(INSTALL) $(ICONFILE) $(ICONDIR) $(gtk_update_icon_cache) - $(INSTALL) -m 644 $(MANFILES) $(MANDIR) + $(INSTALL) -d -m 644 $(MANDIR) + $(INSTALL) $(MANFILES) $(MANDIR) parse-xml.o: parse-xml.c dive.h $(CC) $(CFLAGS) `pkg-config --cflags glib-2.0` -c `xml2-config --cflags` parse-xml.c