diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2023-06-21 12:31:31 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2023-06-21 12:31:31 +0200 |
commit | 594d2539a3f2534f76324af0f5fe686cdc5b537e (patch) | |
tree | e044a4e626b2c835f6ff2c6eb5654998476001bf /vis.spec | |
parent | 12ac34b5733be8b29a64fb408c286b4972ba382f (diff) | |
download | vis-pkg-594d2539a3f2534f76324af0f5fe686cdc5b537e.tar.gz |
Generate documentation.
Diffstat (limited to 'vis.spec')
-rw-r--r-- | vis.spec | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 |