ossp-pkg/petidomo/Makefile.in 1.45 -> 1.46
--- 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"; \
|
|