For at least Samba 3.5.[2-4] releases docs/htmldocs/ Samba3-HOWTO and Samba3-ByExample are missing supplimentary images/ subdirectories with pictures.
Note that these images are in the docs-xml/Samba3-{ByExample|HOWTO}/images directories. It's probably a matter of just copying the files in docs/htmldocs/Samba3-{ByExample|HOWTO}/images
Also reported in Debian: http://bugs.debian.org/672971
Created attachment 7571 [details] "Patch" to fix this bug Untarring this tarball in docs/htmldocs should make the trick
Jelmer, the images directories are missing in "/docs-xml/output/htmldocs/Samba3-HOWTO" and "/docs-xml/output/htmldocs/Samba3-ByExample" directories after e.g. 'make release'. I am not sure whether it's a Makefile issue or manual copying is needed intentionally. Can you (or anyone else) comment, please? Thanks!
Jelmer, please comment on this one. It would make releases faster for me. Thanks!
I've pushed a fix to autobuild.
(In reply to comment #6) > I've pushed a fix to autobuild. Thanks a lot for investigating! :-) Now I get the following: make: *** Keine Regel vorhanden, um das Target »Samba3-ByExample/images/Charity-Network.pdf«, benötigt von »Samba3-ByExample-images-latex-pdf«, zu erstellen. Schluss. Seems to be related.
You might have to clean the existing files in the docs-xml directory (git clean -f -x -d) so the updated versions are generated by make.
(In reply to comment #8) > You might have to clean the existing files in the docs-xml directory (git clean > -f -x -d) so the updated versions are generated by make. I thought I have done that, but you are right. The message has been gone, but I am still searching for any "images" directories in v3-6-test/docs-xml/output. What am I missing?
(In reply to comment #9) > (In reply to comment #8) > > You might have to clean the existing files in the docs-xml directory (git clean > > -f -x -d) so the updated versions are generated by make. > > I thought I have done that, but you are right. The message has been gone, but I > am still searching for any "images" directories in v3-6-test/docs-xml/output. > What am I missing? Please ignore this comment. The directories exist (forgot to re-pick the fix before the first run). Closing out bug report. Thanks, Jelmer!
Hmm, 'make release' still fails with test -d output || mkdir output make: *** Keine Regel vorhanden, um das Target »Samba3-ByExample/images/Charity-Network.pdf«, benötigt von »Samba3-ByExample-images-latex-pdf«, zu erstellen. Schluss. after a 'git clean -x -f -d' (make html worked).
(In reply to comment #6) > I've pushed a fix to autobuild. This patch breaks the docs build. Jelmer, can you please have a look again? Thanks a lot! ---- current master (d2c0387d): make pdf 'Samba4-HOWTO.pdf' successfully built make: *** Keine Regel vorhanden, um das Target »Samba3-HOWTO/images/domain.pdf«, benötigt von »Samba3-HOWTO-images-latex-pdf«, zu erstellen. Schluss. ----
I am manually copying the images directory for 3.6 and 3.5 releases. As the 4.0 releases are (currently) shipped with manpages only, this bug report can be closed, I think.