mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Regen Documentation
This commit is contained in:
@@ -196,7 +196,7 @@ simpler and more memory efficient to keep everything in RAM. At startup
|
||||
Runtime Memory Layout
|
||||
=====================
|
||||
|
||||
{ width=80% }
|
||||
{ width=80% }
|
||||
|
||||
System Boot Process
|
||||
===================
|
||||
|
||||
@@ -39,6 +39,12 @@ echo Processing document %1.md...
|
||||
|
||||
gpp -o %1.tmp -U "\\" "" "{" "}{" "}" "{" "}" "#" "" %1.md
|
||||
|
||||
:: pandoc %1.tmp -f markdown -s -o %1.tex --default-image-extension=pdf || exit /b
|
||||
:: pause
|
||||
:: rem texify --pdf --clean %1.ltx || exit /b
|
||||
:: texify --pdf %1.tex || exit /b
|
||||
:: goto :eof
|
||||
|
||||
pandoc %1.tmp -f markdown -t pdf -s -o %1.pdf --default-image-extension=pdf || exit /b
|
||||
pandoc %1.tmp -f markdown -t html -o %1.html --default-image-extension=png || exit /b
|
||||
pandoc %1.tmp -f markdown -t dokuwiki -o %1.dw --default-image-extension=png || exit /b
|
||||
|
||||
@@ -8,3 +8,8 @@ if exist *.html del *.html
|
||||
if exist *.tex del *.tex
|
||||
if exist *.pdf del *.pdf
|
||||
if exist *.tmp del *.tmp
|
||||
if exist *.aux del *.aux
|
||||
if exist *.ilg del *.ilg
|
||||
if exist *.ind del *.ind
|
||||
if exist *.log del *.log
|
||||
if exist *.toc del *.toc
|
||||
@@ -2,4 +2,4 @@
|
||||
#DEFINE RMN 1
|
||||
#DEFINE RUP 1
|
||||
#DEFINE RTP 0
|
||||
#DEFINE BIOSVER "3.1.1-pre.130"
|
||||
#DEFINE BIOSVER "3.1.1-pre.131"
|
||||
|
||||
@@ -3,5 +3,5 @@ rmn equ 1
|
||||
rup equ 1
|
||||
rtp equ 0
|
||||
biosver macro
|
||||
db "3.1.1-pre.130"
|
||||
db "3.1.1-pre.131"
|
||||
endm
|
||||
|
||||
Reference in New Issue
Block a user