# HG changeset patch # User asl # Date 1028823602 0 # Node ID 0f9e01c77078de78cab5e51c018f5b75bb211785 # Parent e51742b21f318e09a87606e9ab67918342be0d39 * sgml/makemakefile: Replaced the old internal RedHat ecc directory name with the new name "packages" diff --git a/doc/ChangeLog b/doc/ChangeLog new file mode 100644 --- /dev/null +++ b/doc/ChangeLog @@ -0,0 +1,5 @@ +2002-08-07 Andrew Lunn + + * sgml/makemakefile: Replaced the old internal RedHat ecc + directory name with the new name "packages" + diff --git a/doc/sgml/makemakefile b/doc/sgml/makemakefile --- a/doc/sgml/makemakefile +++ b/doc/sgml/makemakefile @@ -53,7 +53,7 @@ cat > makefile <> makefile @@ -70,12 +70,12 @@ EOF for i in `cat doclist`; do line="`echo $i | sed 's/#.*//;'`" if (test ! -z $line); then - /bin/echo -n " ../../ecc/$i" >> makefile + /bin/echo -n " ../../packages/$i" >> makefile entityi="`echo $i | sed 's@/@-@g; s@\.@-@g; s@_@-@g'`" - echo "" >> ecos.sgml + echo "" >> ecos.sgml fi done -echo "" >> ecos.sgml +echo "" >> ecos.sgml cat >> makefile <