Bug 137564

Summary: [patch] www/Makefile : add update sup target
Product: Documentation Reporter: Sofian Brabez <sbrabez>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Sofian Brabez 2009-08-08 11:00:13 UTC
It would be nice to update /usr/www local directory with make update command as for /usr/src and /usr/ports to easily mirror sites. This patch add this feature using a WWWSUPFILE variable in /etc/make.conf file.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-08-13 07:43:15 UTC
remko       2009-08-13 06:43:07 UTC

  FreeBSD doc repository

  Modified files:
    .                    Makefile 
  Log:
  Add support for ``make update''.
  
  PR:             137564
  Submitted by:   Sofian Brabez <sbrabez at gmail dot com>
  
  Revision  Changes    Path
  1.27      +29 -2     www/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Remko Lodder freebsd_committer freebsd_triage 2009-08-13 07:43:31 UTC
State Changed
From-To: open->closed

The patch had been added, thanks a lot!