Index: ossp-pkg/petidomo/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/petidomo/Makefile.in,v rcsdiff -q -kk '-r1.45' '-r1.46' -u '/v/ossp/cvs/ossp-pkg/petidomo/Makefile.in,v' 2>/dev/null --- Makefile.in 2001/01/21 12:20:41 1.45 +++ Makefile.in 2001/08/20 13:08:21 1.46 @@ -106,7 +106,7 @@ $(SHTOOL) install -c -m 644 /dev/null $(DESTDIR)$(localstatedir)/lists/testlist/list clean distclean realclean:: - @for subdir in lib*; do \ + @for subdir in lib* docs; do \ echo "===> $$subdir"; \ (cd $$subdir && $(MAKE) $(FLAGS_TO_PASS) $@); \ echo "<=== $$subdir"; \