mirror of
https://github.com/gbdk-2020/gbdk-2020.git
synced 2026-02-20 00:32:21 +01:00
Docs: toolchain settings: SDCC 4.3 + NES updates
- Add sdas6500, sdld6808 - Regenerate output
This commit is contained in:
16
Makefile
16
Makefile
@@ -354,7 +354,7 @@ endif
|
||||
# Turn on Latex -> PDF conversion to run run at end of regular docs build
|
||||
# (which includes latex output but deletes it at the end).
|
||||
#
|
||||
# The conversion process requires a Latex install.
|
||||
# The conversion process requires a Latex install.
|
||||
# For Windows there are various Latex packages to choose from.
|
||||
# For Linux this appears to be the minimum:
|
||||
# sudo apt install texlive-latex-base
|
||||
@@ -393,7 +393,13 @@ ifneq (,$(wildcard $(BUILDDIR)/bin/))
|
||||
echo \@anchor sdasz80-settings >> $(TOOLCHAIN_DOCS_FILE);
|
||||
echo \# sdasz80 settings >> $(TOOLCHAIN_DOCS_FILE);
|
||||
echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE);
|
||||
$(BUILDDIR)/bin/sdasgb -h >> $(TOOLCHAIN_DOCS_FILE) 2>&1 || true
|
||||
$(BUILDDIR)/bin/sdasz80 -h >> $(TOOLCHAIN_DOCS_FILE) 2>&1 || true
|
||||
echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE);
|
||||
# sdas6500
|
||||
echo \@anchor sdas6500-settings >> $(TOOLCHAIN_DOCS_FILE);
|
||||
echo \# sdas6500 settings >> $(TOOLCHAIN_DOCS_FILE);
|
||||
echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE);
|
||||
$(BUILDDIR)/bin/sdas6500 -h >> $(TOOLCHAIN_DOCS_FILE) 2>&1 || true
|
||||
echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE);
|
||||
# bankpack
|
||||
echo \@anchor bankpack-settings >> $(TOOLCHAIN_DOCS_FILE);
|
||||
@@ -413,6 +419,12 @@ ifneq (,$(wildcard $(BUILDDIR)/bin/))
|
||||
echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE);
|
||||
$(BUILDDIR)/bin/sdldgb >> $(TOOLCHAIN_DOCS_FILE) 2>&1 || true
|
||||
echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE);
|
||||
# sdld6808
|
||||
echo \@anchor sdld6808-settings >> $(TOOLCHAIN_DOCS_FILE);
|
||||
echo \# sdld6808 settings >> $(TOOLCHAIN_DOCS_FILE);
|
||||
echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE);
|
||||
$(BUILDDIR)/bin/sdldgb >> $(TOOLCHAIN_DOCS_FILE) 2>&1 || true
|
||||
echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE);
|
||||
# ihxcheck
|
||||
echo \@anchor ihxcheck-settings >> $(TOOLCHAIN_DOCS_FILE);
|
||||
echo \# ihxcheck settings >> $(TOOLCHAIN_DOCS_FILE);
|
||||
|
||||
Reference in New Issue
Block a user