Wayne Warthen
8 months ago
No known key found for this signature in database
GPG Key ID: 8B34ED29C07EEB0A
9 changed files with
7 additions and
3 deletions
-
BIN
Doc/RomWBW Applications.pdf
-
BIN
Doc/RomWBW Disk Catalog.pdf
-
BIN
Doc/RomWBW Hardware.pdf
-
BIN
Doc/RomWBW Introduction.pdf
-
BIN
Doc/RomWBW System Guide.pdf
-
BIN
Doc/RomWBW User Guide.pdf
-
ReadMe.md
-
ReadMe.txt
-
Source/Doc/Makefile
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
RomWBW Introduction |
|
|
RomWBW Introduction |
|
|
Wayne Warthen (wwarthen@gmail.com) |
|
|
Wayne Warthen (wwarthen@gmail.com) |
|
|
28 May 2025 |
|
|
|
|
|
|
|
|
30 May 2025 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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" |
|
|
|