Mercurial > ecos-v2_0-branch
changeset 274:0f9e01c77078
* sgml/makemakefile: Replaced the old internal RedHat ecc
directory name with the new name "packages"
| author | asl |
|---|---|
| date | Thu, 08 Aug 2002 16:20:02 +0000 |
| parents | e51742b21f31 |
| children | c3ec301f39df |
| files | doc/ChangeLog doc/sgml/makemakefile |
| diffstat | 2 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/doc/ChangeLog @@ -0,0 +1,5 @@ +2002-08-07 Andrew Lunn <lunn@cobra.ma.tech.ascom.ch> + + * sgml/makemakefile: Replaced the old internal RedHat ecc + directory name with the new name "packages" +
--- a/doc/sgml/makemakefile +++ b/doc/sgml/makemakefile @@ -53,7 +53,7 @@ cat > makefile <<EOF #####DESCRIPTIONEND#### #============================================================================= -TOPLEVEL := ../../ecc +TOPLEVEL := ../../packages EOF /bin/echo -n MAIN_SGML := ecos.sgml >> 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 "<!ENTITY $entityi SYSTEM \"../../ecc/$i\">" >> ecos.sgml + echo "<!ENTITY $entityi SYSTEM \"../../packages/$i\">" >> ecos.sgml fi done -echo "<!ENTITY hal-common-current-doc-porting-sgml SYSTEM \"../../ecc/hal/common/current/doc/porting.sgml\">" >> ecos.sgml +echo "<!ENTITY hal-common-current-doc-porting-sgml SYSTEM \"../../packages/hal/common/current/doc/porting.sgml\">" >> ecos.sgml cat >> makefile <<EOF
