Signed-off-by: Rob Landley <rob@landley.net> A) The "xmtml-nochunks" version of "make htmldocs" is easier to print. B) Update the generated index.html to use the html <title> as a description for each file it links to. -- --- git/Documentation/DocBook/Makefile 2007-05-23 16:36:56.000000000 -0400 +++ work/Documentation/DocBook/Makefile 2007-05-26 23:11:36.000000000 -0400 @@ -141,9 +141,12 @@ cat $(HTML) >> $(main_idx) quiet_cmd_db2html = HTML $@ - cmd_db2html = xmlto xhtml $(XMLTOFLAGS) -o $(patsubst %.html,%,$@) $< && \ - echo '<a HREF="$(patsubst %.html,%,$(notdir $@))/index.html"> \ - $(patsubst %.html,%,$(notdir $@))</a><p>' > $@ + cmd_db2html = xmlto xhtml-nochunks $(XMLTOFLAGS) -o $(patsubst %.html,%,$@) $< && \ + NAME='$(patsubst %.html,%,$(notdir $@))'; \ + echo -n "<p><a HREF=\"$$NAME/$$NAME.html\">$$NAME</a>" > $@ ; \ + sed -nre 's@.*<title>(.*)</title>.*@\1@p' \ + "Documentation/DocBook/$$NAME/$$NAME.html" >> $@ ; \ + echo '<\p>' >> $@ %.html: %.xml @(which xmlto > /dev/null 2>&1) || \ -
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| David Woodhouse | [PATCH 1/3] firmware: allow firmware files to be built into kernel image |
| Linus Torvalds | Linux 2.6.21 |
| Parag Warudkar | BUG: soft lockup - CPU#1 stuck for 15s! [swapper:0] |
git: | |
| David Miller | [GIT]: Networking |
| Rick Jones | Re: Network latency regressions from 2.6.22 to 2.6.29 |
| Gerrit Renker | [PATCH 18/37] dccp: Support for Mandatory options |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
