diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-15 22:03:33 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-18 19:24:25 -0700 |
commit | dabf5491b6a80733119b6d329dc11953afe28933 (patch) | |
tree | ebb5a6577c6b5fd91e37cdc69db1c1778efffe5d /Makefile.am | |
parent | 2383379b0df5bab37a4f00436b87dfe42706f777 (diff) |
Provide common CSS & XSL stylesheets for DocBook docs
These have been copied into & expanded in several modules already,
might as well make a common copy to share so that our docs end up
with a common style.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 11ea95a..049abac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,9 +19,9 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -sgmlentdir = $(prefix)/share/sgml/X11 +sgmldir = $(prefix)/share/sgml/X11 -dist_sgmlent_DATA = defs.ent +dist_sgml_DATA = defs.ent xorg.css xorg.xsl pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = xorg-sgml-doctools.pc |