# Directories that contain some CLEANFILES.
CLEANDIRS =
-CLEANDIRS_NOT_IN_SRCDIR = textstyle
+CLEANDIRS_NOT_IN_SRCDIR =
clean-local: clean-generic
@for dir in '' $(CLEANDIRS); do \
if test -n "$$dir" && test -d $$dir; then \
# Directories that contain some DISTCLEANFILES.
DISTCLEANDIRS = sys
-DISTCLEANDIRS_NOT_IN_SRCDIR =
+DISTCLEANDIRS_NOT_IN_SRCDIR = textstyle
distclean-local: distclean-generic
@for dir in '' $(DISTCLEANDIRS); do \
if test -n "$$dir" && test -d $$dir; then \