From 1fbaae837cfa43fd51d99d313d1c306d996fc1ef Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 15 Feb 2015 12:13:36 +0900 Subject: [PATCH] Sort sphix theme files --- doc/Makefile.am | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index b8ae9a8b..038ed749 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -41,23 +41,23 @@ EXTRA_DIST = \ sources/python-apiref.rst \ sources/building-android-binary.rst \ sources/contribute.rst \ - _themes/sphinx_rtd_theme/footer.html \ - _themes/sphinx_rtd_theme/theme.conf \ - _themes/sphinx_rtd_theme/layout_old.html \ _themes/sphinx_rtd_theme/__init__.py \ - _themes/sphinx_rtd_theme/layout.html \ - _themes/sphinx_rtd_theme/search.html \ _themes/sphinx_rtd_theme/breadcrumbs.html \ - _themes/sphinx_rtd_theme/versions.html \ + _themes/sphinx_rtd_theme/footer.html \ + _themes/sphinx_rtd_theme/layout.html \ + _themes/sphinx_rtd_theme/layout_old.html \ + _themes/sphinx_rtd_theme/search.html \ _themes/sphinx_rtd_theme/searchbox.html \ - _themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf \ - _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg \ - _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff \ - _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot \ - _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf \ - _themes/sphinx_rtd_theme/static/js/theme.js \ - _themes/sphinx_rtd_theme/static/css/theme.css \ _themes/sphinx_rtd_theme/static/css/badge_only.css \ + _themes/sphinx_rtd_theme/static/css/theme.css \ + _themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf \ + _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot \ + _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg \ + _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf \ + _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff \ + _themes/sphinx_rtd_theme/static/js/theme.js \ + _themes/sphinx_rtd_theme/theme.conf \ + _themes/sphinx_rtd_theme/versions.html \ $(man_MANS) \ bash_completion/nghttp \ bash_completion/nghttpd \