﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1149	SED 4.4 Upgrade	William Harrington	clfs-commits@…	"= New Version =

Download: [http://ftp.gnu.org/gnu/sed/sed-4.4.tar.xz]

== Ch 6 ==
* May need to stop man pages from generating
{{{
sed -I 's/MANS = $(dist_man_MANS)/#MANS = $(dist_man_MANS)/' Makefile
}}}

* After running **make**:
{{{
set -- doc/*.x && touch ${@/%x/1}
}}}

== Ch 10 ==
* Check if we need to do the following
 * During Configure:
{{{
--docdir=/usr/share/doc/sed-4.4
}}}

 * Mentioned in clfs-dev list ""Current Patches and Updates pt4""
{{{
sed -I 's/usr/tools/' build-aux/help2man
sed -i 's:testsuite/panic-tests.sh::' Makefile.in
}}}

 * Install html doc
{{{
install -Dm644 -v doc/sed.html /usr/share/doc/sed-4.4/sed.html
}}}"	task	closed	major	CLFS Standard 3.1.0	BOOK	CLFS Standard GIT	fixed		berzerkula@… jonathan@… chris@… cross-lfs@…
