summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-24 21:18:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-24 21:18:06 +0000
commitb73dbb2f124e747e7c3c066cf61fef62a2ac0913 (patch)
tree104a7d0742f688f563c450d411829393223e6ab7 /Makefile
parenta0590dbedd34ee38d8cf6a83bc5846668e0c29fd (diff)
downloadmandoc-b73dbb2f124e747e7c3c066cf61fef62a2ac0913.tar.gz
mandoc-b73dbb2f124e747e7c3c066cf61fef62a2ac0913.tar.zst
mandoc-b73dbb2f124e747e7c3c066cf61fef62a2ac0913.zip
Most important move in getting predefined strings entirely contained
within roff.c. These are now grokked from a table in the roff allocation routine and rest in the newly-created predefs.in (for consistency with chars.in). This is a first implementation and will likely be optimised along with the ds/de lookup table itself. This allows mandoc-defined predefined strings to be correctly removed or whatnot; earlier they couldn't. What will follow is the stripping-away of all predefined-string crud in the other parts of the system.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index efc89875..2f49ffd2 100644
--- a/Makefile
+++ b/Makefile
@@ -88,6 +88,7 @@ SRCS = Makefile \
msec.in \
out.c \
out.h \
+ predefs.in \
read.c \
roff.7 \
roff.c \
@@ -174,6 +175,7 @@ att.o att.ln: att.in
chars.o chars.ln: chars.in
lib.o lib.ln: lib.in
msec.o msec.ln: msec.in
+roff.o roff.ln: predefs.in
st.o st.ln: st.in
vol.o vol.ln: vol.in