diff options
Diffstat (limited to 'docs/Makefile.am')
| -rw-r--r-- | docs/Makefile.am | 7 |
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 \ |
