From ea05442d71b9830398ebdca8d8c8a4c7d82133b1 Mon Sep 17 00:00:00 2001 From: John Finlay Date: Sun, 13 Aug 2006 00:31:49 +0000 Subject: Add reference to installed pygobject docs Add install of style.css Define * pygobject-2.0.pc.in: Add reference to installed pygobject docs * docs/Makefile.am: Add install of style.css * docs/xsl/html.xsl: Define stylesheet as style.css * docs/style.css: Add. --- docs/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/Makefile.am') diff --git a/docs/Makefile.am b/docs/Makefile.am index 085c7db..e08028e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -45,6 +45,10 @@ HTML_DATA = \ html/index.sgml \ html/pygobject.devhelp +CSS_FILES = style.css +CSSdir = $(HTMLdir) +CSS_DATA = $(CSS_FILES) + BUILT_SOURCES = \ build_stamp \ reference/builddate.xml \ @@ -58,7 +62,8 @@ CLEANFILES = \ EXTRA_DIST = \ $(XMLFILES) \ - $(XSLFILES) + $(XSLFILES) \ + $(CSS_FILES) REFERENCE_DEPS = \ reference \ -- cgit