fix: missing `texinputs_win/Makefile` to be used in latexpdf builder on windows.

This commit is contained in:
shimizukawa 2017-08-22 11:02:51 +09:00
parent feab97e293
commit dd8c3211be
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Bugs fixed
* #3946: Typo in sphinx.sty (this was a bug with no effect in default context)
* :pep: and :rfc: does not supports ``default-role`` directive (refs: #3960)
* #3960: default_role = 'guilabel' not functioning
* Missing ``texinputs_win/Makefile`` to be used in latexpdf builder on windows.
Testing
--------

View File

@ -18,6 +18,7 @@ include sphinx/locale/.tx/config
recursive-include sphinx/templates *
recursive-include sphinx/texinputs *
recursive-include sphinx/texinputs_win *
recursive-include sphinx/themes *
recursive-include sphinx/pycode/pgen2 *.c *.pyx
recursive-include sphinx/locale *.js *.pot *.po *.mo