Summary: | Install introspection and bus config schemas on system | ||
---|---|---|---|
Product: | dbus | Reporter: | Philip Withnall <bugzilla> |
Component: | core | Assignee: | D-Bus Maintainers <dbus> |
Status: | RESOLVED FIXED | QA Contact: | D-Bus Maintainers <dbus> |
Severity: | enhancement | ||
Priority: | medium | CC: | bugzilla |
Version: | git master | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
doc: Install introspection and busconfig DTDs
doc: Install introspection and busconfig DTDs |
Description
Philip Withnall
2015-02-06 15:38:02 UTC
Created attachment 126956 [details] [review] doc: Install introspection and busconfig DTDs Install them to $(datadir)/xml/dbus-1, which seems to be the standard location for installed DTDs. This means that developers can use them to validate their introspection XML, and sysadmins can use them to validate their bus configuration files. Comment on attachment 126956 [details] [review] doc: Install introspection and busconfig DTDs Review of attachment 126956 [details] [review]: ----------------------------------------------------------------- Sure, why not. ::: doc/Makefile.am @@ +24,5 @@ > busconfig.dtd \ > introspect.dtd > > +dtddir = $(datadir)/xml/dbus-1 > +dist_dtd_DATA = $(DTDS) I'd slightly prefer just renaming DTDS to dist_dtd_DATA throughout. Created attachment 126994 [details] [review] doc: Install introspection and busconfig DTDs Install them to $(datadir)/xml/dbus-1, which seems to be the standard location for installed DTDs. This means that developers can use them to validate their introspection XML, and sysadmins can use them to validate their bus configuration files. --- Changed to use $(dist_dtd_DATA) instead of $(DTDS) throughout. Fixed in git for 1.11.6, thanks. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.