From 70bad074da8c3e7adeb7c4747c89daa807941a0c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 Jan 2006 18:17:58 +0000 Subject: merge in ex-base-config branch --- build/build.sh | 7 +------ build/templates/docstruct.ent | 7 +++++-- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'build') diff --git a/build/build.sh b/build/build.sh index a877aaa7c..c14b852ae 100755 --- a/build/build.sh +++ b/build/build.sh @@ -68,16 +68,11 @@ for lang in $languages; do [ -n "$USES_PO" ] && rm -r ../$lang || true done -if [ "$manual_release" = "etch" ] ; then +if [ "$manual_release" != "sarge" ] ; then PRESEED="../en/appendix/preseed.xml" if [ -f $PRESEED ] && [ -f preseed.pl ] ; then ./preseed.pl -r $manual_release $PRESEED >$destination/example-preseed.txt fi -else - PRESEED="../en/appendix/example-preseed-sarge.xml" - if [ -f $PRESEED ] && [ -f preseed.awk ] ; then - gawk -f preseed.awk $LCKEEP $PRESEED >$destination/example-preseed.txt - fi fi clear_po diff --git a/build/templates/docstruct.ent b/build/templates/docstruct.ent index b0202c3d1..915e362e5 100644 --- a/build/templates/docstruct.ent +++ b/build/templates/docstruct.ent @@ -121,6 +121,11 @@ + + + + + @@ -193,8 +198,6 @@ - - -- cgit v1.2.3