update regendocs

--HG--
branch : parametrized-fixture-override
This commit is contained in:
Anatoly Bubenkov 2015-03-02 22:07:42 +01:00
parent 81243657be
commit b48eda6d7d
1 changed files with 2 additions and 1 deletions

View File

@ -16,9 +16,10 @@ clean:
# generate documentation # generate documentation
docs: develop docs: develop
find doc/en -name '*.txt' -not -path 'doc/en/_build/*' | xargs .env/bin/regendoc
cd doc/en; make html cd doc/en; make html
find doc/en/ -name '*.txt' | xargs .env/bin/regendoc
# upload documentation # upload documentation
upload-docs: develop upload-docs: develop
find doc/en -name '*.txt' -not -path 'doc/en/_build/*' | xargs .env/bin/regendoc --update
cd doc/en; make install cd doc/en; make install