[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/4] docs/html/hcall: Initial cut of header documentation massager
Ian Campbell writes ("Re: [Xen-devel] [PATCH 1/4] docs/html/hcall: Initial cut of header documentation massager"): > On Sun, 2011-11-13 at 19:21 +0000, Ian Jackson wrote: > > diff --git a/docs/xen-headers b/docs/xen-headers > > new file mode 100755 > > index 0000000..6918380 > > --- /dev/null > > +++ b/docs/xen-headers > > @@ -0,0 +1,281 @@ > > +#!/usr/bin/perl -w > > +# usage: xen-headers [ -X GLOB -I GLOB ... [-D...] ] \ > > +# -O HTML-DIR PUBLIC-INCLUDE-DIR > > No "-T"? Also for PUBLIC-INCLUDE-DIR you appear to pass "../xen > include/public" so my guess is that it is slightly more complicated? > Looks like "BASE-PUBLIC-INCLUDE-DIR PUBLIC-INCLUDE-FILE > [ PUBLIC-INCLUDE-FILE ... ] I seem to have forgotten to update the usage comment there. I will fix this. > [...] > > + s/\&/\&/g; > > + s/\</\</g; > > + s/\>/\>/g; > > There must be a perl lib for this? Yes, but it's not in the base perl distribution and I didn't want to pull in a dependent library for three trivial lines. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |