git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Followup patches for Asciidoctor
@ 2014-10-27  0:13 brian m. carlson
  2014-10-27  0:13 ` [PATCH 1/2] Documentation: refactor common operations into variables brian m. carlson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: brian m. carlson @ 2014-10-27  0:13 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Jeff King, Jakub Narębski

This series is essentially the same as the previous v2, but against next
instead.  It moves most of the AsciiDoc operations into a set of
variables (TXT_TO_HTML and TXT_TO_XML) as Junio suggested, and removes
the extensions.rb file, as it is not needed.

I did note Peff's suggestion to add a macro to enable the use of
Asciidoctor, but I want to defer that until a later point.  There isn't
a released version of Asciidoctor with the necessary changes and I'd
like to avoid confusing users by making them think it will work when it
probably won't.

brian m. carlson (2):
  Documentation: refactor common operations into variables
  Documentation: remove Asciidoctor linkgit macro

 Documentation/Makefile      | 22 +++++++++++-----------
 Documentation/extensions.rb | 39 ---------------------------------------
 2 files changed, 11 insertions(+), 50 deletions(-)
 delete mode 100644 Documentation/extensions.rb

-- 
2.1.1

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

end of thread, other threads:[~2014-10-27  5:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27  0:13 [PATCH 0/2] Followup patches for Asciidoctor brian m. carlson
2014-10-27  0:13 ` [PATCH 1/2] Documentation: refactor common operations into variables brian m. carlson
2014-10-27  0:13 ` [PATCH 2/2] Documentation: remove Asciidoctor linkgit macro brian m. carlson
2014-10-27  5:07 ` [PATCH 0/2] Followup patches for Asciidoctor Jeff King

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).