Thomas Ackermann [off-list ref] writes:
BTW1: As only the changes in the doc files where cherry-picked, currently on pu howto-index.sh
will create invalid links in howto-index.html because it scans all .txt-files in ./howto for
'Content-type: text/asciidoc' and if found, creates a reference to a html file. But these are not created
for the new asciidoc files. So the changes in Documentation/Makefile which create html for the new
files should be merged also.
Ah, I didn't notice that.
That means that for the patch [6/8], which adds content-type to the
text files, to be complete, it needs to update Makefile to produce
html files from them.
Thanks.
BTW2: The 'pretty-print shell script in update-hook-example.txt'
part of my changes was left out from the merge to pu ...
Do you mean e2399e9 (Documentation/howto: convert plain text files
to asciidoc, 2012-10-16), or something else?