Greg King's grammar and typo corrections

removed grc.txt from make install
added grc to main documentation index


git-svn-id: svn://svn.cc65.org/cc65/trunk@3573 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2005-08-08 16:39:33 +00:00
parent 5c580e052b
commit e6051d6c22
2 changed files with 29 additions and 18 deletions

View File

@@ -137,7 +137,7 @@ install-docs:
for f in src/ld65/cfg/*.cfg; \
do $(INSTALL_DATA) $$f $(CC65DOC) || exit 1; \
done
for f in readme.1st grc.txt compile.txt CREDITS BUGS internal.txt newvers.txt; \
for f in readme.1st compile.txt CREDITS BUGS internal.txt newvers.txt; \
do $(INSTALL_DATA) doc/$$f $(CC65DOC) || exit 1; \
done
-for f in doc/*.html; \