Bug 124533

Summary: [patch] add missing files to www/en/multimedia, include in build
Product: Documentation Reporter: edwin
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description edwin 2008-06-13 01:30:07 UTC
In the commit of the last PR (docs/124447), the files
www/en/multimedia/Makefile.in and www/en/multimedia/Makefile.output
were not included.

The change in www/en/Makefile will include this directory in the
build, but it will not yet have a link to it from the website.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-13 02:38:41 UTC
Responsible Changed
From-To: freebsd-doc->remko

Remko, you did earlier work on this, could you do the honours again?
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-13 09:52:51 UTC
remko       2008-06-13 08:52:47 UTC

  FreeBSD doc repository

  Modified files:
    en                   Makefile 
  Added files:
    en/multimedia        Makefile.inc Makefile.output 
  Log:
  Add two missing Makefile pieces and hook up multimedia to the build.
  
  PR:             124533
  Submitted by:   Edwin
  
  Revision  Changes    Path
  1.146     +2 -1      www/en/Makefile
  1.1       +8 -0      www/en/multimedia/Makefile.inc (new)
  1.1       +30 -0     www/en/multimedia/Makefile.output (new)
_______________________________________________
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 3 Remko Lodder freebsd_committer freebsd_triage 2008-06-13 09:54:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!