summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-08-13 04:45:10 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-08-13 04:45:10 +0000
commit69ed12481e27f2a8598a6624def0b25794b5dc15 (patch)
treee71f9774ea05f3c7d78372c3fd8aafbd4d12fa0d /docs/Makefile.am
parent6696433efa28bca9942ccc3b3b6e8f521cb26a6e (diff)
downloadpygtk-69ed12481e27f2a8598a6624def0b25794b5dc15.tar.gz
Add. Add install of style.css
* docs/style.css: Add. * docs/Makefile.am: Add install of style.css
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 6b46d162..a1749e4c 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -573,6 +573,10 @@ HTML_DATA = \
html/index.sgml \
html/pygtk.devhelp
+CSS_FILES = style.css
+CSSdir = $(HTMLdir)
+CSS_DATA = $(CSS_FILES)
+
BUILT_SOURCES = \
build_stamp \
reference/builddate.xml \
@@ -587,7 +591,8 @@ CLEANFILES = \
EXTRA_DIST = \
$(XMLFILES) \
$(XSLFILES) \
- $(FIX_XREF)
+ $(FIX_XREF) \
+ $(CSS_FILES)
REFERENCE_DEPS = \
reference \