summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 09:50:11 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 09:50:11 +0000
commitf20bc62b97d5a79adad7ce619371ae1b65fb1978 (patch)
treec271e3e9239912451988b800a746a36c4a8fa000 /Makefile
parentdfaf1a2588304baa4512616714d78b2fb5355b3b (diff)
downloadmandoc-f20bc62b97d5a79adad7ce619371ae1b65fb1978.tar.gz
Step 2: blow away roff.h, as all of its functions have been moved into
libmandoc.h and there's nothing left.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d4874058..d0a2dd34 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ DATAS = arch.in att.in lib.in msec.in st.in \
vol.in chars.in
HEADS = mdoc.h libmdoc.h man.h libman.h term.h \
- libmandoc.h html.h chars.h out.h main.h roff.h \
+ libmandoc.h html.h chars.h out.h main.h \
mandoc.h libroff.h
GSGMLS = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml \
@@ -108,7 +108,7 @@ XHTMLS = mandoc.1.xhtml mdoc.3.xhtml \
roff.7.xhtml roff.3.xhtml tbl.7.xhtml eqn.7.xhtml
HTMLS = ChangeLog.html index.html man.h.html mdoc.h.html \
- mandoc.h.html roff.h.html mandoc.1.html mdoc.3.html \
+ mandoc.h.html mandoc.1.html mdoc.3.html \
man.3.html mdoc.7.html man.7.html mandoc_char.7.html \
roff.7.html roff.3.html tbl.7.html eqn.7.html
@@ -225,7 +225,7 @@ mdoc.ln mdoc.o: mdoc.c libmdoc.h
man.ln man.o: man.c libman.h
-main.ln main.o: main.c mdoc.h man.h roff.h
+main.ln main.o: main.c mdoc.h man.h
compat.ln compat.o: compat.c