summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-11-16 09:52:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-11-16 09:52:47 +0000
commit1198179a977c730ea494cc24dacd0bd18b091236 (patch)
treef507c6d4d373380f3acfc0c498f48dd899c481be /Makefile
parent56f40bd031737edaae27afbb34b7dd5ba75defd7 (diff)
downloadmandoc-1198179a977c730ea494cc24dacd0bd18b091236.tar.gz
More clarification in manuals. Added per-OUTPUT section in mandoc.1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b60250ff..73a25b96 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ BINDIR = $(PREFIX)/bin
INCLUDEDIR = $(PREFIX)/include
LIBDIR = $(PREFIX)/lib
MANDIR = $(PREFIX)/man
+EXAMPLEDIR = $(PREFIX)/share/examples/mandoc
INSTALL_PROGRAM = install -m 0755
INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
@@ -112,6 +113,7 @@ install:
$(INSTALL_PROGRAM) mandoc $(BINDIR)
$(INSTALL_MAN) mandoc.1 $(MANDIR)/man1
$(INSTALL_MAN) mdoc.7 $(MANDIR)/man7
+ $(INSTALL_DATA) example.style.css $(EXAMPLEDIR)
uninstall:
rm -f $(BINDIR)/mandoc