tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
* [PATCH docbook2mdoc] Update README
@ 2019-04-06  9:44 Stephen Gregoratto
  2019-04-06 13:37 ` Ingo Schwarze
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Gregoratto @ 2019-04-06  9:44 UTC (permalink / raw)
  To: tech

The README still references moved/removed/renamed files/structures. This 
simple patch updates the steps.

Index: README
===================================================================
RCS file: /cvs/docbook2mdoc/README,v
retrieving revision 1.3
diff -u -p -r1.3 README
--- README	22 Mar 2019 15:38:09 -0000	1.3
+++ README	6 Apr 2019 09:43:58 -0000
@@ -12,11 +12,12 @@ For these, you will have to look at 4.5 
 
  https://tdg.docbook.org/tdg/4.5/foo.html
 
-Add the alpha-ordered node (NODE_FOO) to extern.h.
+Add the alpha-ordered node (NODE_FOO) to node.h.
 
-Next, add the name and whether it admits text to docbook2mdoc.c's
-"nodes" structure array.
+Next, add the node and whether it admits text to parse.c's
+"elements" structure array.
 
-Finally, modify pnode_print() with your new entry.  Use similar nodes as
-a reference.  (NOTE: if it's an inline like, say, NODE_EMPHASIS, then
-remember to add the node to the postfix switch statement!)
+Finally, modify docbook2mdoc.c's pnode_print() with your new entry.
+Use similar nodes as a reference.
+If it's an inline like, say, NODE_EMPHASIS, then remember to add the
+node to the postfix switch statement!
--
 To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-06 13:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-06  9:44 [PATCH docbook2mdoc] Update README Stephen Gregoratto
2019-04-06 13:37 ` Ingo Schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).