summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-28 21:49:42 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-28 21:49:42 +0000
commit38f00ffdcbcf2be5ad01776afecc32d1c141f46c (patch)
tree4648324e9aa5b4a37122c40c0c6a94cbc37e16cf /Makefile
parent5c278401db2e0ed33586be972531286a62050a78 (diff)
downloadmandoc-38f00ffdcbcf2be5ad01776afecc32d1c141f46c.tar.gz
mandoc-38f00ffdcbcf2be5ad01776afecc32d1c141f46c.tar.zst
mandoc-38f00ffdcbcf2be5ad01776afecc32d1c141f46c.zip
Put mandocerrs and mandoclevels arrays into libmandoc with accessors
mparse_strerror() and mparse_strlevel().
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c17d400..0d93ae9f 100644
--- a/Makefile
+++ b/Makefile
@@ -232,7 +232,7 @@ install: all
mkdir -p $(DESTDIR)$(MANDIR)/man3
mkdir -p $(DESTDIR)$(MANDIR)/man7
$(INSTALL_PROGRAM) mandoc $(DESTDIR)$(BINDIR)
- $(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR)/
+ $(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR)
$(INSTALL_MAN) mandoc.1 $(DESTDIR)$(MANDIR)/man1
$(INSTALL_MAN) mandoc.3 $(DESTDIR)$(MANDIR)/man3
$(INSTALL_MAN) man.7 mdoc.7 roff.7 eqn.7 tbl.7 mandoc_char.7 $(DESTDIR)$(MANDIR)/man7