While grokking the telepathy-spec build system in order to document 
NetworkManager properly, I made the following small fixes that i) fix 
mismatched <ul> tags and ii) properly generate the list of xmls using 
wildcard so that the introspection xml is generated.

NB the inclusion of non-spec extensions at the bottom of all.xml fails if 
there are no extensions present, but I wasn't sure how to fix this, so I have 
just commented that out in my local copy.  It's not in the attached diff 
though.  Any advice here?

Patch is in darcs whatsnew format - not sure how you actually apply one of 
these but the fixes are easy to make manuallly if you look at it.
 
HTH

Will

{
hunk ./Makefile 8
-XMLS = $(wildcard spec/*.xml)
-INTERFACE_XMLS = $(filter spec/[CMP]%.xml,$(XMLS))
+XMLS = $(wildcard spec/[CMP]*.xml)
+INTERFACE_XMLS = $(filter spec/%.xml,$(XMLS))
hunk ./spec/Connection_Manager.xml 353
-    </li>
+    </ul>
}
_______________________________________________
Telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy

Reply via email to