From 10b9fe32d02dda6a0a220fef2dc7b298ab5b0451 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 27 Feb 2007 02:57:47 +0000 Subject: [PATCH] (oldXMenu): Remove Imakefile. (etc/images): Add README. --- make-dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-dist b/make-dist index 1781746f75c..155419ae567 100755 --- a/make-dist +++ b/make-dist @@ -558,7 +558,7 @@ echo "Making links to \`msdos'" echo "Making links to \`oldXMenu'" (cd oldXMenu ln *.c *.h *.in ../${tempdir}/oldXMenu - ln README Imakefile ChangeLog ../${tempdir}/oldXMenu + ln README ChangeLog ../${tempdir}/oldXMenu ln compile.com descrip.mms ../${tempdir}/oldXMenu) echo "Making links to \`lwlib'" @@ -603,7 +603,7 @@ echo "Making links to \`etc/e'" echo "Making links to \`etc/images'" (cd etc/images - for img in [a-zA-Z]*.xpm [a-zA-Z]*.xbm [a-zA-Z]*.pbm; do + for img in README [a-zA-Z]*.xpm [a-zA-Z]*.xbm [a-zA-Z]*.pbm; do if [ -f $img ]; then ln $img ../../${tempdir}/etc/images fi -- 2.39.2