]> sigrok.org Git - pulseview.git/commit
manual: symlink manual/images/ subdir for out-of-source builds
authorGerhard Sittig <redacted>
Sat, 22 Apr 2023 07:20:21 +0000 (09:20 +0200)
committerGerhard Sittig <redacted>
Sat, 22 Apr 2023 17:31:07 +0000 (19:31 +0200)
commitcfcda2e615f64f60fdda4583a6ff85d72d249d4d
tree3402b365b4a21de2f3dfc90b78fca89c20bf53a8
parent62c09685305c763c38b98fda75f1c0059974b544
manual: symlink manual/images/ subdir for out-of-source builds

Execution of "make manual" created HTML output, but document inspection
suffered from missing screenshots. Symlink the images/ subdirectory so
that source file content is re-used in output hierarchies.

This has gone unnoticed because "make install" references source files,
and the manual author appears to not use out of source builds. Only
out of source builds and only HTML output inspection before installation
were affected. Installed manuals were not affected.

How to reproduce:

  $ cmake --build $OUT --target manual
  $ xdg-open $OUT/manual/manual.html
manual/CMakeLists.txt