Author: gjb
Date: Thu Jul 21 00:52:53 2016
New Revision: 303121
URL: https://svnweb.freebsd.org/changeset/base/303121

Log:
  MFC r303003:
  
   Make sure we clean up the rdoc and reldoc directories if NODOC
   is not set.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/10/release/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/release/Makefile
==============================================================================
--- stable/10/release/Makefile  Wed Jul 20 22:51:33 2016        (r303120)
+++ stable/10/release/Makefile  Thu Jul 21 00:52:53 2016        (r303121)
@@ -137,6 +137,9 @@ CLEANFILES+=        ${I}.xz
 CLEANFILES+=   pkg-stage
 .endif
 CLEANDIRS=     dist ftp disc1 bootonly dvd
+.if !defined(NODOC)
+CLEANDIRS+=    reldoc rdoc
+.endif
 beforeclean:
        chflags -R noschg .
 .include <bsd.obj.mk>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to