diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-03-31 04:00:02 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-03-31 04:00:02 +0000 |
commit | 9646d122d8df1b5b9f58e6938f9c8f235a4e0955 (patch) | |
tree | c54feb2a3c6377b2189d5532e7ae8873e80a4d7f /docs | |
parent | f3d006a60b967aa040d1576ee336d88e63e8d6d6 (diff) |
2006-03-30 Danilo Piazzalunga <danilopiazza@gmail.com>
* configure.in: enable documentation even if doxygen and/or graphviz
are missing, so the docs will be installed when building a release.
* docs/reference/Makefile.am: don't remove html directory with `make clean`,
so that users of the tarball releases don't destroy the pre-built
documentation when running make clean. Change to maintainer-clean
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 937193f..1b41ddd 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -45,7 +45,7 @@ uninstall-local: uninstall-reference all-local: $(index_html) -clean-local: +maintainer-clean-local: -rm -rf html CLEANFILES = cairomm_doxygen_tags \ |