[Scons-users] Pandoc Tool

Bill Deegan bill at baddogconsulting.com
Thu Jul 1 20:39:15 EDT 2021


Also if you can MIT license the code that make's it possible for us to pull
into core at some point if that makes sense.

On Thu, Jul 1, 2021 at 9:54 AM Mats Wichmann <mats at wichmann.us> wrote:

>
> On 7/1/21 7:09 AM, Bill Deegan wrote:
> > Keith,
> > That'd be great!
> >
> > Let us know if you need any help.
> >
> > -Bill
> > SCons Project Co-Manager
> >
> > On Thu, Jul 1, 2021 at 12:17 AM Keith Prussing <kprussing74 at gmail.com
> > <mailto:kprussing74 at gmail.com>> wrote:
> >
> >     Over the past few years I've been poking at a [Tool] for SCons to
> >     add support for Pandoc by scanning dependencies including images,
> >     filters, templates, and bibliographies.  I think I finally have it
> >     stable enough for general perusal.  If there is enough interest, I'd
> >     be willing to contribute it to the [scons-contrib] repository to
> >     make it easier for others to locate and use it.
> >
> >     [Tool]: https://github.com/kprussing/scons-pandoc
> >     <https://github.com/kprussing/scons-pandoc>
> >     [scons-contrib]: https://github.com/SCons/scons-contrib
> >     <https://github.com/SCons/scons-contrib>
>
> For grins, I used this recipe to prepare a PR pulling another externally
> developed tool into scons-contrib while keeping its history, if that's
> something you want to do (that PR remains outstanding so you won't see
> the result in the existing scons-contrib git)
>
> # inside my scons-contrib working tree...
> git remote add -f sconscontrib/SCons/Tool/qt4
> git at github.com:dirkbaechle/scons_qt4.git
> git merge --strategy=ours --no-commit --allow-unrelated-histories
> sconscontrib/SCons/Tool/qt4/master
> git read-tree --prefix=sconscontrib/SCons/Tool/qt4 -u
> sconscontrib/SCons/Tool/qt4/master
> git commit -m "subtree merged in sconscontrib/SCons/Tool/qt4"
>
>
>
> https://github.com/SCons/scons-contrib/pull/36
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20210701/51a4a0c2/attachment.htm>


More information about the Scons-users mailing list