www/89379: [PATCH] www/en/Makefile: Sort DOCS, remove one SUBDIR+=layout and some spaces at EOLs

Rudolf Cejka cejkar at fit.vutbr.cz
Mon Nov 21 17:00:48 GMT 2005


>Number:         89379
>Category:       www
>Synopsis:       [PATCH] www/en/Makefile: Sort DOCS, remove one SUBDIR+=layout and some spaces at EOLs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 21 17:00:46 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rudolf Cejka
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
FIT, Brno University of Technology, Czech Republic
>Environment:
>Description:
 
 Patch is against www/en/Makefile, 1.133:
 
 - Sort DOCS: about.sgml should be before applications.sgml
 
 - Remove one SUBDIR+=layout: The first SUBDIR+=layout has been added
   with new page style layout, however in SGML part (1.125). The second
   SUBDIR+=layout has been added the same day (1.126) in non-SGML part.
   The patch removes SUBDIR+=layout from original "SGML" position and
   leaves it in "non-SGML" part.
 
 - Remove some spaces at EOLs: Lines with docs.sgml, internet.sgml,
   mailto.sgml, where.sgml and y2kbug.sgml
 
 --- www/en/Makefile.orig	Mon Nov 21 17:33:10 2005
 +++ www/en/Makefile	Mon Nov 21 17:36:03 2005
 @@ -9,21 +9,21 @@
  
  # These are turned into validated, normalized HTML files.
  
 -DOCS=  applications.sgml
 -DOCS+= about.sgml
 +DOCS=  about.sgml
 +DOCS+= applications.sgml
  DOCS+= art.sgml
  DOCS+= availability.sgml
  DOCS+= community.sgml
 -DOCS+= docs.sgml 
 +DOCS+= docs.sgml
  DOCS+= features.sgml
 -DOCS+= internet.sgml 
 -DOCS+= mailto.sgml 
 +DOCS+= internet.sgml
 +DOCS+= mailto.sgml
  DOCS+= publish.sgml
  DOCS+= relnotes.sgml
  DOCS+= send-pr.sgml
  DOCS+= support.sgml
 -DOCS+= where.sgml 
 -DOCS+= y2kbug.sgml 
 +DOCS+= where.sgml
 +DOCS+= y2kbug.sgml
  
  XMLDOCS=	index:xsl:${XML_NEWS_NEWS}:
  DEPENDSET.index=transtable mirrors news press events \
 @@ -58,7 +58,6 @@
  SUBDIR+= internal
  SUBDIR+= java
  SUBDIR+= kse
 -SUBDIR+= layout
  SUBDIR+= marketing
  SUBDIR+= news
  SUBDIR+= platforms
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-www mailing list