drop hidden files
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
210aff0cc9
commit
a3ca7e0117
@ -73,11 +73,13 @@ Documentation and examples for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
rm -vf examples/flaskr/.gitignore
|
||||
|
||||
%build
|
||||
%py2_build
|
||||
%py3_build
|
||||
PYTHONPATH=`pwd` sphinx-build -b html docs/ docs/_build/html/
|
||||
rm -rf docs/_build/html/{.buildinfo,.doctrees}
|
||||
|
||||
%install
|
||||
%py2_install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user