| Summary: | [PATCH] www/en/Makefile: Sort DOCS, remove one SUBDIR+=layout and some spaces at EOLs | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Rudolf Čejka <cejkar> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Committed, thanks! |
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