diff options
Diffstat (limited to 'runtime/doc/Makefile')
-rw-r--r-- | runtime/doc/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index a6610a937a..d36490a75f 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -65,7 +65,6 @@ DOCS = \ os_dos.txt \ os_mac.txt \ os_mint.txt \ - os_msdos.txt \ os_os2.txt \ os_qnx.txt \ os_risc.txt \ @@ -197,7 +196,6 @@ HTMLS = \ os_dos.html \ os_mac.html \ os_mint.html \ - os_msdos.html \ os_os2.html \ os_qnx.html \ os_risc.html \ @@ -412,9 +410,6 @@ os_mac.txt: os_mint.txt: touch os_mint.txt -os_msdos.txt: - touch os_msdos.txt - os_os2.txt: touch os_os2.txt |