* lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
autoscan.pre is not to be installed, and autoscan.list is not to
be shipped.
+ (CLEANFILES): Add autoscan.list.
2002-10-25 Akim Demaille <akim@epita.fr>
EXTRA_DIST = autoscan.pre
nodist_autoscanlib_DATA = autoscan.list
-
+CLEANFILES = autoscan.list
## ------------------------ ##
## Building autoscan.list. ##
EXTRA_DIST = autoscan.pre
nodist_autoscanlib_DATA = autoscan.list
+CLEANFILES = autoscan.list
SUFFIXES = .m4 .m4f
mostlyclean-generic:
clean-generic:
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)