Check-in Number:
|
706 | |
Date: |
2001-Aug-20 15:08:21 (local)
2001-Aug-20 13:08:21 (UTC) |
User: | simons |
Branch: | |
Comment: |
Added docs to the list of subdirectories that need to be handled in
the *clean targets. |
Tickets: |
|
Inspections: |
|
Files: |
|
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"; \
|
|