https://bugs.kde.org/show_bug.cgi?id=352395
--- Comment #13 from Austin English <austinengl...@gmail.com> --- (In reply to Austin English from comment #12) > How commonly are tarballs created/used for random SVN revisions rather than > releases? > > To be frank, I'm not very experienced with makefiles, and the current > changes have already been a pain. I don't particularly feel like revamping > it a 6th time for a corner case that doesn't currently work to begin with. It seems to be currently broken, for that matter: $ make dist ... export XML_CATALOG_FILES=/etc/xml/catalog && \ mkdir -p ../docs/print && \ mkdir -p ../docs/print/images && \ cp ../docs/images/*.png ../docs/print/images && \ xsltproc --nonet --xinclude -o ../docs/print/index.fo ../docs/lib/vg-fo.xsl ../docs/xml/index.xml && \ (cd ../docs/print && \ ( pdfxmltex index.fo && \ pdfxmltex index.fo && \ pdfxmltex index.fo ) &> print.log < /dev/null && \ echo "Generating PS file: ../docs/print/index.ps ..." && \ pdftops index.pdf && \ rm -f *.log *.aux *.fo *.out) Making portrait pages on USletter paper (8.5inx11in) Makefile:642: recipe for target 'print-docs' failed make[3]: *** [print-docs] Error 127 make[3]: Leaving directory '/tmp/valgrind/docs' Makefile:450: recipe for target 'distdir' failed make[2]: *** [distdir] Error 2 make[2]: Leaving directory '/tmp/valgrind/docs' Makefile:930: recipe for target 'distdir' failed make[1]: *** [distdir] Error 1 make[1]: Leaving directory '/tmp/valgrind' Makefile:1028: recipe for target 'dist' failed make: *** [dist] Error 2 -- You are receiving this mail because: You are watching all bug changes.