Browse Source

Regen Docs

pull/563/head
Wayne Warthen 8 months ago
parent
commit
7515359c3f
No known key found for this signature in database GPG Key ID: 8B34ED29C07EEB0A
  1. BIN
      Doc/RomWBW Applications.pdf
  2. BIN
      Doc/RomWBW Disk Catalog.pdf
  3. BIN
      Doc/RomWBW Hardware.pdf
  4. BIN
      Doc/RomWBW Introduction.pdf
  5. BIN
      Doc/RomWBW System Guide.pdf
  6. BIN
      Doc/RomWBW User Guide.pdf
  7. 2
      ReadMe.md
  8. 2
      ReadMe.txt
  9. 6
      Source/Doc/Makefile

BIN
Doc/RomWBW Applications.pdf

Binary file not shown.

BIN
Doc/RomWBW Disk Catalog.pdf

Binary file not shown.

BIN
Doc/RomWBW Hardware.pdf

Binary file not shown.

BIN
Doc/RomWBW Introduction.pdf

Binary file not shown.

BIN
Doc/RomWBW System Guide.pdf

Binary file not shown.

BIN
Doc/RomWBW User Guide.pdf

Binary file not shown.

2
ReadMe.md

@ -7,7 +7,7 @@
**RomWBW Introduction** \ **RomWBW Introduction** \
Version 3.6 \ Version 3.6 \
Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \ Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \
28 May 2025
30 May 2025
# Overview # Overview

2
ReadMe.txt

@ -1,6 +1,6 @@
RomWBW Introduction RomWBW Introduction
Wayne Warthen (wwarthen@gmail.com) Wayne Warthen (wwarthen@gmail.com)
28 May 2025
30 May 2025

6
Source/Doc/Makefile

@ -18,6 +18,10 @@ include $(TOOLS)/Makefile.inc
all :: deploy all :: deploy
clean ::
rm -rf mkdocs
rm -rf site
%.tmp : %.md %.tmp : %.md
gpp -o $@ -U "$$" "$$" "{" "}{" "}$$" "{" "}" "@@@" "" -M "$$" "$$" "{" "}{" "}$$" "{" "}" $< gpp -o $@ -U "$$" "$$" "{" "}{" "}$$" "{" "}" "@@@" "" -M "$$" "$$" "{" "}{" "}$$" "{" "}" $<
@ -36,7 +40,7 @@ all :: deploy
%.txt : %.tmp %.txt : %.tmp
pandoc $< -f markdown -t plain -s -o $@ --default-image-extension=pdf pandoc $< -f markdown -t plain -s -o $@ --default-image-extension=pdf
deploy : deploy_mkdocs
deploy :
cp Introduction.gfm "../../ReadMe.md" cp Introduction.gfm "../../ReadMe.md"
cp Introduction.txt "../../ReadMe.txt" cp Introduction.txt "../../ReadMe.txt"
cp Introduction.pdf "../../Doc/RomWBW Introduction.pdf" cp Introduction.pdf "../../Doc/RomWBW Introduction.pdf"

Loading…
Cancel
Save