summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-21 00:42:38 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-21 00:42:38 +0000
commit3ffc16f732375ccaefe70c98766b98d5ab44a79f (patch)
tree2b6e6a97d0f07e2b5ff9acde49744269ebe310b0 /Makefile
parentee72f12e565f94d51140d8c1a2b9795939e95978 (diff)
downloadmandoc-3ffc16f732375ccaefe70c98766b98d5ab44a79f.tar.gz
Now that we have man(1) functionality, add a man(1) manual page.
I'm importing the totally unchanged OpenBSD version such that all changes can easily be tracked in CVS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf68fa72..968a83b0 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,7 @@ DISTFILES = INSTALL \
main.h \
makewhatis.8 \
man-cgi.css \
+ man.1 \
man.7 \
man.cgi.8 \
man.h \
@@ -241,6 +242,7 @@ DEMANDOC_OBJS = demandoc.o
WWW_MANS = apropos.1.html \
demandoc.1.html \
+ man.1.html \
mandoc.1.html \
preconv.1.html \
mandoc.3.html \
@@ -317,7 +319,8 @@ base-install: base-build
$(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR)
$(INSTALL_LIB) man.h mandoc.h mandoc_aux.h mdoc.h \
$(DESTDIR)$(INCLUDEDIR)
- $(INSTALL_MAN) mandoc.1 preconv.1 demandoc.1 $(DESTDIR)$(MANDIR)/man1
+ $(INSTALL_MAN) man.1 mandoc.1 preconv.1 demandoc.1 \
+ $(DESTDIR)$(MANDIR)/man1
$(INSTALL_MAN) mandoc.3 mandoc_escape.3 mandoc_malloc.3 \
mchars_alloc.3 tbl.3 $(DESTDIR)$(MANDIR)/man3
$(INSTALL_MAN) man.7 mdoc.7 roff.7 eqn.7 tbl.7 mandoc_char.7 \