]> andersk Git - udis86.git/log
udis86.git
14 years agoUse the public http URI to docbook.xsl. for-upstream
Anders Kaseorg [Mon, 4 May 2009 23:29:48 +0000 (19:29 -0400)] 
Use the public http URI to docbook.xsl.

Fixes this build failure:
xsltproc manual.xsl manual.xml > manual.html
warning: failed to load external entity "/opt/local/share/xsl/docbook-xsl/html/docbook.xsl"
compilation error: file manual.xsl line 5 element import
xsl:import : unable to load /opt/local/share/xsl/docbook-xsl/html/docbook.xsl
make[3]: *** [manual.html] Error 5

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
14 years agoWait to include system headers until we know they are wanted.
Anders Kaseorg [Mon, 4 May 2009 22:45:13 +0000 (18:45 -0400)] 
Wait to include system headers until we know they are wanted.

When building in the Linux kernel, __UD_STANDALONE__ is not defined
until types.h is included.  So we should wait to include system
headers like <stdlib.h> and <string.h> until we know __UD_STANDALONE__
will not be defined.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
14 years agochange manual docbook public dtd master
vivek thampi [Mon, 4 May 2009 13:03:37 +0000 (06:03 -0700)] 
change manual docbook public dtd

14 years agoupdate CHANGES
Vivek Thampi [Mon, 4 May 2009 12:28:59 +0000 (05:28 -0700)] 
update CHANGES

14 years agomore updates
vivek thampi [Mon, 4 May 2009 12:22:43 +0000 (05:22 -0700)] 
more updates

14 years agoRemove accidental checking docs/manual/Makefile.in
vivek thampi [Mon, 4 May 2009 12:11:28 +0000 (05:11 -0700)] 
Remove accidental checking docs/manual/Makefile.in

14 years agonew docbook/xml documentation, updated webpage
vivek thampi [Mon, 4 May 2009 12:09:06 +0000 (05:09 -0700)] 
new docbook/xml documentation, updated webpage

14 years agodocumentation using doxygen
vivek thampi [Fri, 1 May 2009 22:47:06 +0000 (15:47 -0700)] 
documentation using doxygen

14 years agoInitial commit
vivek thampi [Fri, 1 May 2009 08:31:03 +0000 (01:31 -0700)] 
Initial commit

This page took 1.144591 seconds and 4 git commands to generate.