From: Stephen Gregoratto <dev@sgregoratto.me> To: tech@mandoc.bsd.lv Subject: [PATCH docbook2mdoc] Update README Date: Sat, 6 Apr 2019 20:44:24 +1100 [thread overview] Message-ID: <20190406094424.f2zz5tzr5mkq6xsa@BlackBox> (raw) 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
next reply other threads:[~2019-04-06 9:44 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-04-06 9:44 Stephen Gregoratto [this message] 2019-04-06 13:37 ` Ingo Schwarze
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190406094424.f2zz5tzr5mkq6xsa@BlackBox \ --to=dev@sgregoratto.me \ --cc=tech@mandoc.bsd.lv \ --subject='Re: [PATCH docbook2mdoc] Update README' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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).