Fixed: "make install" installed a few Amiga .info files.
diff --git a/src/Makefile b/src/Makefile
index 1c5e3dd..ba91166 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1944,7 +1944,8 @@
chmod $(FILEMOD) `find $(DEST_MACRO) -type f -print`
chmod $(SCRIPTMOD) $(DEST_MACRO)/less.sh
# When using CVS some CVS directories might have been copied.
- cvs=`find $(DEST_MACRO) \( -name CVS -o -name AAPDIR \) -print`; \
+# Also delete AAPDIR and *.info files.
+ cvs=`find $(DEST_MACRO) \( -name CVS -o -name AAPDIR -o -name "*.info" \) -print`; \
if test -n "$$cvs"; then \
rm -rf $$cvs; \
fi
@@ -1960,6 +1961,7 @@
installtutor: $(DEST_RT) $(DEST_TUTOR)
-$(INSTALL_DATA) $(TUTORSOURCE)/README* $(TUTORSOURCE)/tutor* $(DEST_TUTOR)
+ -rm -f $(DEST_TUTOR)/*.info
chmod $(HELPMOD) $(DEST_TUTOR)/*
# Install the spell files, if they exist. This assumes at least the English