From 17f7a3674a6b7d88eb6cd598649e2309bc40bced Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas <keramida@FreeBSD.org> Date: Fri, 30 Jul 2004 12:01:09 +0000 Subject: [PATCH] Simplify the doc/el_GR Makefiles by avoiding unnecessary local `TIDYFLAGS+= -raw'. Revision 1.93 of doc/share/mk/doc.docbook.mk has Killed by signal 2.tion unconditionally for all the docs. --- el_GR.ISO8859-7/articles/cvs-freebsd/Makefile | 2 -- el_GR.ISO8859-7/articles/dialup-firewall/Makefile | 2 -- el_GR.ISO8859-7/articles/explaining-bsd/Makefile | 5 ++--- el_GR.ISO8859-7/articles/formatting-media/Makefile | 2 -- el_GR.ISO8859-7/articles/freebsd-questions/Makefile | 5 ++--- el_GR.ISO8859-7/articles/java-tomcat/Makefile | 1 - el_GR.ISO8859-7/articles/laptop/Makefile | 3 --- el_GR.ISO8859-7/articles/multi-os/Makefile | 2 -- el_GR.ISO8859-7/articles/new-users/Makefile | 2 -- el_GR.ISO8859-7/articles/problem-reports/Makefile | 2 -- el_GR.ISO8859-7/articles/releng-packages/Makefile | 3 --- el_GR.ISO8859-7/articles/releng/Makefile | 2 -- 12 files changed, 4 insertions(+), 27 deletions(-) diff --git a/el_GR.ISO8859-7/articles/cvs-freebsd/Makefile b/el_GR.ISO8859-7/articles/cvs-freebsd/Makefile index eb18ed0538..907ebb7c0c 100644 --- a/el_GR.ISO8859-7/articles/cvs-freebsd/Makefile +++ b/el_GR.ISO8859-7/articles/cvs-freebsd/Makefile @@ -9,8 +9,6 @@ DOC?= article FORMATS?= html -TIDY_FLAGS+= -raw - INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= diff --git a/el_GR.ISO8859-7/articles/dialup-firewall/Makefile b/el_GR.ISO8859-7/articles/dialup-firewall/Makefile index cf529147d9..b1644f25fd 100644 --- a/el_GR.ISO8859-7/articles/dialup-firewall/Makefile +++ b/el_GR.ISO8859-7/articles/dialup-firewall/Makefile @@ -3,7 +3,6 @@ DOC?= article FORMATS?= html -TIDYFLAGS+= -raw INSTALL_COMPRESSED?=gz INSTALL_ONLY_COMPRESSED?= @@ -11,5 +10,4 @@ INSTALL_ONLY_COMPRESSED?= SRCS= article.sgml DOC_PREFIX?= ${.CURDIR}/../../.. - .include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/el_GR.ISO8859-7/articles/explaining-bsd/Makefile b/el_GR.ISO8859-7/articles/explaining-bsd/Makefile index dd93539843..60cee0e0db 100644 --- a/el_GR.ISO8859-7/articles/explaining-bsd/Makefile +++ b/el_GR.ISO8859-7/articles/explaining-bsd/Makefile @@ -1,4 +1,4 @@ -# +# # $FreeBSD$ # @@ -7,12 +7,11 @@ MAINTAINER=keramida@FreeBSD.org DOC?= article FORMATS?= html -TIDYFLAGS+= -raw INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= -# +# # SRCS lists the individual SGML files that make up the document. Changes # to any of these files will force a rebuild # diff --git a/el_GR.ISO8859-7/articles/formatting-media/Makefile b/el_GR.ISO8859-7/articles/formatting-media/Makefile index cf529147d9..b1644f25fd 100644 --- a/el_GR.ISO8859-7/articles/formatting-media/Makefile +++ b/el_GR.ISO8859-7/articles/formatting-media/Makefile @@ -3,7 +3,6 @@ DOC?= article FORMATS?= html -TIDYFLAGS+= -raw INSTALL_COMPRESSED?=gz INSTALL_ONLY_COMPRESSED?= @@ -11,5 +10,4 @@ INSTALL_ONLY_COMPRESSED?= SRCS= article.sgml DOC_PREFIX?= ${.CURDIR}/../../.. - .include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/el_GR.ISO8859-7/articles/freebsd-questions/Makefile b/el_GR.ISO8859-7/articles/freebsd-questions/Makefile index dd93539843..60cee0e0db 100644 --- a/el_GR.ISO8859-7/articles/freebsd-questions/Makefile +++ b/el_GR.ISO8859-7/articles/freebsd-questions/Makefile @@ -1,4 +1,4 @@ -# +# # $FreeBSD$ # @@ -7,12 +7,11 @@ MAINTAINER=keramida@FreeBSD.org DOC?= article FORMATS?= html -TIDYFLAGS+= -raw INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= -# +# # SRCS lists the individual SGML files that make up the document. Changes # to any of these files will force a rebuild # diff --git a/el_GR.ISO8859-7/articles/java-tomcat/Makefile b/el_GR.ISO8859-7/articles/java-tomcat/Makefile index 3cc77ea9c6..2e5acde1f3 100644 --- a/el_GR.ISO8859-7/articles/java-tomcat/Makefile +++ b/el_GR.ISO8859-7/articles/java-tomcat/Makefile @@ -11,7 +11,6 @@ MAINTAINER=vkchan@kendryl.net hiten@uk.FreeBSD.org DOC?= article FORMATS?= html -TIDYFLAGS+= -raw INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= diff --git a/el_GR.ISO8859-7/articles/laptop/Makefile b/el_GR.ISO8859-7/articles/laptop/Makefile index 8bac958b79..ad05f62698 100644 --- a/el_GR.ISO8859-7/articles/laptop/Makefile +++ b/el_GR.ISO8859-7/articles/laptop/Makefile @@ -12,10 +12,7 @@ FORMATS?= html INSTALL_COMPRESSED?=gz INSTALL_ONLY_COMPRESSED?= -TIDYFLAGS+= -raw - SRCS= article.sgml DOC_PREFIX?= ${.CURDIR}/../../.. - .include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/el_GR.ISO8859-7/articles/multi-os/Makefile b/el_GR.ISO8859-7/articles/multi-os/Makefile index 8fccbf0aca..9d14bc912d 100644 --- a/el_GR.ISO8859-7/articles/multi-os/Makefile +++ b/el_GR.ISO8859-7/articles/multi-os/Makefile @@ -7,10 +7,8 @@ DOC?= article FORMATS?= html INSTALL_COMPRESSED?=gz -TIDYFLAGS+= -raw SRCS= article.sgml DOC_PREFIX?= ${.CURDIR}/../../.. - .include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/el_GR.ISO8859-7/articles/new-users/Makefile b/el_GR.ISO8859-7/articles/new-users/Makefile index cf529147d9..b1644f25fd 100644 --- a/el_GR.ISO8859-7/articles/new-users/Makefile +++ b/el_GR.ISO8859-7/articles/new-users/Makefile @@ -3,7 +3,6 @@ DOC?= article FORMATS?= html -TIDYFLAGS+= -raw INSTALL_COMPRESSED?=gz INSTALL_ONLY_COMPRESSED?= @@ -11,5 +10,4 @@ INSTALL_ONLY_COMPRESSED?= SRCS= article.sgml DOC_PREFIX?= ${.CURDIR}/../../.. - .include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/el_GR.ISO8859-7/articles/problem-reports/Makefile b/el_GR.ISO8859-7/articles/problem-reports/Makefile index bf2c700663..3c546bd35f 100644 --- a/el_GR.ISO8859-7/articles/problem-reports/Makefile +++ b/el_GR.ISO8859-7/articles/problem-reports/Makefile @@ -9,10 +9,8 @@ INSTALL_COMPRESSED?=gz INSTALL_ONLY_COMPRESSED?= JADEFLAGS+= -V %generate-article-toc% -TIDYFLAGS+= -raw SRCS= article.sgml DOC_PREFIX?= ${.CURDIR}/../../.. - .include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/el_GR.ISO8859-7/articles/releng-packages/Makefile b/el_GR.ISO8859-7/articles/releng-packages/Makefile index c707a616c0..eb9036eef1 100644 --- a/el_GR.ISO8859-7/articles/releng-packages/Makefile +++ b/el_GR.ISO8859-7/articles/releng-packages/Makefile @@ -10,13 +10,10 @@ FORMATS?= html INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= -TIDYFLAGS+= -raw - # SGML content SRCS= article.sgml CSS_SHEET_ADDITIONS= extra.css DOC_PREFIX?= ${.CURDIR}/../../.. - .include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/el_GR.ISO8859-7/articles/releng/Makefile b/el_GR.ISO8859-7/articles/releng/Makefile index 38dd0b4a23..b4a33da207 100644 --- a/el_GR.ISO8859-7/articles/releng/Makefile +++ b/el_GR.ISO8859-7/articles/releng/Makefile @@ -12,7 +12,6 @@ INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= JADEFLAGS+= -V %generate-article-toc% -TIDYFLAGS+= -raw # SGML content SRCS= article.sgml branches.ascii @@ -23,5 +22,4 @@ IMAGES= branches.pic CSS_SHEET_ADDITIONS= extra.css DOC_PREFIX?= ${.CURDIR}/../../.. - .include "${DOC_PREFIX}/share/mk/doc.project.mk"