aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/mk/doc.subdir.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/mk/doc.subdir.mk b/share/mk/doc.subdir.mk
index 99292fef89..a96e89ffb0 100644
--- a/share/mk/doc.subdir.mk
+++ b/share/mk/doc.subdir.mk
@@ -1,7 +1,7 @@
# Taken from:
# Id: bsd.subdir.mk,v 1.27 1999/03/21 06:43:40 bde
#
-# $FreeBSD: doc/share/mk/doc.subdir.mk,v 1.2 1999/09/06 06:53:39 peter Exp $
+# $FreeBSD: doc/share/mk/doc.subdir.mk,v 1.3 1999/10/06 14:00:17 jesusr Exp $
#
# This include file <doc.subdir.mk> contains the default targets
# for building subdirectories in the FreeBSD Documentation Project.
@@ -188,6 +188,9 @@ clean: _SUBDIRUSE
.if defined(CLEANDIRS) && !empty(CLEANDIRS)
rm -rf ${CLEANDIRS}
.endif
+.if defined(LIB_IMAGES) && !empty(LOCAL_LIB_IMAGES_DIR)
+ rm -rf ${LOCAL_LIB_IMAGES_DIR}
+.endif
.endif
cleandir: cleanobj _SUBDIRUSE