summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-26 15:22:19 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-26 15:22:19 +0000
commita7a9c3b662c1cf6ee6766d865a9dcc58376ea2c9 (patch)
tree5c739a65041bac0ed88bd64df638e92fc2af41ef /Makefile
parent730c5a1572228d1c4a1ef49a9748be04a119c1e8 (diff)
downloadmandoc-a7a9c3b662c1cf6ee6766d865a9dcc58376ea2c9.tar.gz
First step of adding register support. This is inspired by a significant
patch by schwarze@. This commit adds support to libroff parsing `nr' into register set defined in regs.h. This will propogate into libmdoc and libman in later commits.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 134d4a93..9a85b103 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ DATAS = arch.in att.in lib.in msec.in st.in \
HEADS = mdoc.h libmdoc.h man.h libman.h term.h \
libmandoc.h html.h chars.h out.h main.h roff.h \
- mandoc.h
+ mandoc.h regs.h
GSGMLS = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml \
mandoc_char.7.sgml man.7.sgml man.3.sgml roff.7.sgml \