diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2006-08-21 18:56:25 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2006-08-21 18:56:25 +0000 |
commit | b1ae2d3303e7999d79478811f68e2ab4b68cb7ff (patch) | |
tree | 6dc10336db759d29a7f5b8ff4f16a1e84f5b9f9d /Makefile.am | |
parent | ecf9af17b1d6e93a883f18bd6366eb68897559ae (diff) | |
download | pygobject-b1ae2d3303e7999d79478811f68e2ab4b68cb7ff.tar.gz |
Always install the xsl files & css files, regardless if the documentation
2006-08-21 Johan Dahlin <jdahlin@async.com.br>
* Makefile.am:
* docs/Makefile.am:
Always install the xsl files & css files, regardless if the
documentation was actually built or not. Also clean it up considerably.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index da49dbaf..d0d237cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,6 @@ AUTOMAKE_OPTIONS = 1.7 -SUBDIRS = gobject examples tests -if ENABLE_DOCS - SUBDIRS += docs -endif +SUBDIRS = docs gobject examples tests PLATFORM_VERSION = 2.0 |