summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-08-13 00:31:49 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-08-13 00:31:49 +0000
commitea05442d71b9830398ebdca8d8c8a4c7d82133b1 (patch)
treeb03073da092c808b186b50b0516e21ede4461d44 /docs/Makefile.am
parent4246765f4c9ea58a70b1e34d787bd55223407546 (diff)
downloadpygobject-ea05442d71b9830398ebdca8d8c8a4c7d82133b1.tar.gz
pygobject-ea05442d71b9830398ebdca8d8c8a4c7d82133b1.tar.xz
pygobject-ea05442d71b9830398ebdca8d8c8a4c7d82133b1.zip
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.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am7
1 files changed, 6 insertions, 1 deletions
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 \