svn commit: r47551 - head/en_US.ISO8859-1/books/handbook

Benjamin Kaduk bjk at FreeBSD.org
Wed Oct 14 04:10:23 UTC 2015


Author: bjk
Date: Wed Oct 14 04:10:21 2015
New Revision: 47551
URL: https://svnweb.freebsd.org/changeset/doc/47551

Log:
  Restore example directory images
  
  They were accidentally removed in r47275 when the 8.x bits were removed.
  
  Re-add the IMAGES_EN entries so that the png files are generated
  during the build.
  
  Reported by:	Ryan England <ryan at englandacademy.org>

Modified:
  head/en_US.ISO8859-1/books/handbook/Makefile

Modified: head/en_US.ISO8859-1/books/handbook/Makefile
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/Makefile	Wed Oct 14 00:16:22 2015	(r47550)
+++ head/en_US.ISO8859-1/books/handbook/Makefile	Wed Oct 14 04:10:21 2015	(r47551)
@@ -93,6 +93,11 @@ IMAGES_EN+= mail/pine2.scr
 IMAGES_EN+= mail/pine3.scr
 IMAGES_EN+= mail/pine4.scr
 IMAGES_EN+= mail/pine5.scr
+IMAGES_EN+= install/example-dir1.eps
+IMAGES_EN+= install/example-dir2.eps
+IMAGES_EN+= install/example-dir3.eps
+IMAGES_EN+= install/example-dir4.eps
+IMAGES_EN+= install/example-dir5.eps
 IMAGES_EN+= security/ipsec-network.pic
 IMAGES_EN+= security/ipsec-crypt-pkt.pic
 IMAGES_EN+= security/ipsec-encap-pkt.pic


More information about the svn-doc-head mailing list