aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 10:13:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 10:13:01 +0000
commit532d9835a773f3953bb24769ee0baf08e2a388fc (patch)
tree0513dfd37a2b64937942aa306cd1204c046ebaf6 /Makefile
parent51b80f5088ac30124cca09023af7fcccc4b63653 (diff)
downloadmandoc-532d9835a773f3953bb24769ee0baf08e2a388fc.tar.gz
mandoc-532d9835a773f3953bb24769ee0baf08e2a388fc.tar.zst
mandoc-532d9835a773f3953bb24769ee0baf08e2a388fc.zip
Step 4: merge chars.h into out.h. The functions in this file are
necessary to all [real] front-ends, so stop pretending it's special. While here, add some documentation to the variable types.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 376de4b2..282cabf4 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 \
+ libmandoc.h html.h out.h main.h \
mandoc.h libroff.h
GSGMLS = mandoc.1.sgml mdoc.7.sgml \
@@ -207,7 +207,7 @@ arch.ln arch.o: arch.c arch.in libmdoc.h
vol.ln vol.o: vol.c vol.in libmdoc.h
-chars.ln chars.o: chars.c chars.in chars.h
+chars.ln chars.o: chars.c chars.in
msec.ln msec.o: msec.c msec.in libmdoc.h
@@ -229,13 +229,13 @@ main.ln main.o: main.c mdoc.h man.h
compat.ln compat.o: compat.c
-term.ln term.o: term.c term.h man.h mdoc.h chars.h
+term.ln term.o: term.c term.h man.h mdoc.h
term_ps.ln term_ps.o: term_ps.c term.h main.h
term_ascii.ln term_ascii.o: term_ascii.c term.h main.h
-html.ln html.o: html.c html.h chars.h
+html.ln html.o: html.c html.h
mdoc_html.ln mdoc_html.o: mdoc_html.c html.h mdoc.h