done ;\
rm -f postgres.imp
-distclean: clean
+distclean:
+ @for subdir in $(DEFAULTBUILDS) ; do \
+ $(MAKE) -C $$subdir $@ || exit; \
+ done ;\
rm -f Makefile.global Makefile.port
rm -f GNUmakefile
rm -f config.log config.status config.h
rm -f postgres.imp
rm -rf autom4te.cache
-maintainer-clean: distclean
+maintainer-clean-internal:
+ @for subdir in $(DEFAULTBUILDS) ; do \
+ $(MAKE) -C $$subdir maintainer-clean || exit; \
+ done ;\
rm -rf configure autom4te.cache
+maintainer-clean: maintainer-clean-internal distclean
+
dist: distdir
distdir := @PACKAGE_NAME@-@PACKAGE_VERSION@
* Slony-I Release Notes
** 2.1.0 (beta 3)
+-Fix for bug #159, distclean deletes the slony_logshipper flex/bison generated files.
+
- Bug #204 :: Additional fixes for failover to a non-direct subscriber
where circular paths in sl_subscribe could happen
** RELEASE 2.0.6
- Bug #162 :: typenameTypeId() changes signatures in 9.1
+