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:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user