Make sure the LOCAL_LIB_IMAGES_DIR directory is cleaned appropriately.

This commit is contained in:
Nik Clayton 2000-07-16 16:34:08 +00:00
parent 57f6bf9869
commit 69a59546e0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7628

View file

@ -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