Generate documentation.
This commit is contained in:
parent
3d8cb2da9b
commit
24e7f4032a
12
vis.spec
12
vis.spec
@ -69,9 +69,13 @@ export CFLAGS="%{optflags} -fcommon"
|
||||
%make_build debug
|
||||
|
||||
make -C doc singlehtml epub
|
||||
cp doc/build/sphinx/singlehtml/{index,VisEditor}.html
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -r %{buildroot}%{_datadir}/doc/vis
|
||||
find doc/build -name \*.htm\*
|
||||
find . -name \*.htm\*
|
||||
|
||||
%check
|
||||
# According to the debian/rules:
|
||||
@ -81,12 +85,14 @@ make -C doc singlehtml epub
|
||||
%make_build -C test/lua
|
||||
%make_build -C test/vis
|
||||
|
||||
%clean
|
||||
|
||||
%files
|
||||
%{_bindir}/vis*
|
||||
%{_datadir}/vis
|
||||
%{_mandir}/man1/*
|
||||
%dir %{_datadir}/doc/vis
|
||||
%{_datadir}/doc/vis/LICENSE
|
||||
%{_datadir}/doc/vis/README.md
|
||||
%doc README.md LICENSE
|
||||
%doc doc/build/sphinx/epub/VisEditor.epub
|
||||
%doc doc/build/sphinx/singlehtml/VisEditor.html
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user