File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2727 @if [ ! -d " $( SOURCEDIR) " ]; then mkdir -p " $( SOURCEDIR) " ; fi
2828 cp -RL source/* $(SOURCEDIR )
2929 cd $(SOURCEDIR ) && find . -name README.md -execdir mv ' {}' index.md ' ;'
30+ cd $(SOURCEDIR ) && find . -name README.rst -execdir mv ' {}' index.rst ' ;'
3031
3132.PHONY : update
3233update :
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33cd .. && sphinx-multiversion docs/source docs/_build/dirhtml \
4- --pre-build " find . -mindepth 2 -name README.md -execdir mv '{}' index.md ';'" \
4+ --pre-build " bash -c \" ( find . -mindepth 2 -name README.md -execdir mv '{}' index.md ';'; find . -mindepth 2 -name README.rst -execdir mv '{}' index.rst ';') \" " \
55 --post-build ' ./docs/_utils/javadoc.sh'
You can’t perform that action at this time.
0 commit comments