diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-08-12 09:26:00 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-08-12 09:26:00 +0000 |
commit | 5a8c0a859d1b8ccc1d4e63b35c09bb42178693fd (patch) | |
tree | eac093614eae3ffc547ae25a9e3d795a134ef8fa /docs | |
parent | aadbfcfeb9dbfbada2d5bd0ac6db96ad3700707b (diff) |
configure.ac: 0.10.4.2 pre-release.
Original commit message from CVS:
* configure.ac:
0.10.4.2 pre-release.
* docs/Makefile.am:
Disable recursion into the plugins docs directory - there's no
docs in there anyway, and it breaks distcheck.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 6245c98..2dacd31 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,11 +1,11 @@ if ENABLE_GTK_DOC -GTK_DOC_DIRS = plugins +GTK_DOC_DIRS = # plugins else GTK_DOC_DIRS = endif SUBDIRS = $(GTK_DOC_DIRS) -DIST_SUBDIRS = plugins +DIST_SUBDIRS = # plugins EXTRA_DIST = \ version.entities.in |