summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-04-05 09:34:00 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-04-05 09:34:00 +0000
commitea30566ffe5108ab77a3353e3237969253d93cdb (patch)
treedb6973e660ab31cfca807b9ee9d7e322cff59c5e /Makefile
parentd6eb62b54864648f3846c3e4cb09464f5ecbc0fd (diff)
downloadmandoc-ea30566ffe5108ab77a3353e3237969253d93cdb.tar.gz
mandoc-ea30566ffe5108ab77a3353e3237969253d93cdb.tar.zst
mandoc-ea30566ffe5108ab77a3353e3237969253d93cdb.zip
Make sure to create LIBDIR. From a patch by Thomas Klausner, thanks!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3cc7daec..760f463c 100644
--- a/Makefile
+++ b/Makefile
@@ -290,6 +290,7 @@ clean:
install: all
mkdir -p $(DESTDIR)$(BINDIR)
mkdir -p $(DESTDIR)$(EXAMPLEDIR)
+ mkdir -p $(DESTDIR)$(LIBDIR)
mkdir -p $(DESTDIR)$(MANDIR)/man1
mkdir -p $(DESTDIR)$(MANDIR)/man3
mkdir -p $(DESTDIR)$(MANDIR)/man7