diff --git a/Makefile b/Makefile index d621e067..890e8c12 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,7 @@ checkpatch: MANDOC := -Thtml -Ios=General -Oman=%N.%S.html -Ostyle=manual.css wwwman: - $Qmandoc ${MANDOC} src/rgbds.7 > docs/gbds.7.html + $Qmandoc ${MANDOC} src/rgbds.7 > docs/rgbds.7.html $Qmandoc ${MANDOC} src/gbz80.7 > docs/gbz80.7.html $Qmandoc ${MANDOC} src/rgbds.5 > docs/rgbds.5.html $Qmandoc ${MANDOC} src/asm/rgbasm.1 > docs/rgbasm.1.html diff --git a/docs/gbds.7.html b/docs/rgbds.7.html similarity index 100% rename from docs/gbds.7.html rename to docs/rgbds.7.html