# HG changeset patch # User Tormod Volden # Date 1456691892 -3600 # Node ID a7041e52ff613c32907042ec17f79de5434e7622 # Parent 13299b9705321e5ff23337a78a57085fb0349d12 l2/sys/makefile: Rearrange help files order Just rearrange the list so it can be compared with the level1 one. Obviously these two makefiles should be merged, with an extra clause for level 2. diff -r 13299b970532 -r a7041e52ff61 level1/coco1/sys/makefile --- a/level1/coco1/sys/makefile Sun Feb 28 21:37:50 2016 +0100 +++ b/level1/coco1/sys/makefile Sun Feb 28 21:38:12 2016 +0100 @@ -14,7 +14,7 @@ list.hp load.hp login.hp makdir.hp \ mdir.hp megaread.hp merge.hp minted.hp mpi.hp mfree.hp os9gen.hp \ padrom.hp park.hp procs.hp prompt.hp pwd.hp pxd.hp \ - rename.hp save.hp setime.hp \ + rename.hp save.hp setime.hp \ setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ tuneport.hp unlink.hp verify.hp xmode.hp HELPMSG = helpmsg diff -r 13299b970532 -r a7041e52ff61 level2/coco3/sys/makefile --- a/level2/coco3/sys/makefile Sun Feb 28 21:37:50 2016 +0100 +++ b/level2/coco3/sys/makefile Sun Feb 28 21:38:12 2016 +0100 @@ -9,28 +9,23 @@ L2TXTFILES = $(LEVEL2)/sys/motd BINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs \ ibmedcfont isolatin1font -HELPFILES = asm.hp attr.hp \ - backup.hp basic09.hp binex.hp build.hp \ - chd.hp chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp \ - date.hp dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \ - dir.hp dirsort.hp disasm.hp display.hp dmem.hp dmode.hp dsave.hp dump.hp \ - echo.hp edit.hp error.hp ex.hp exbin.hp \ - format.hp free.hp \ - gfx.hp gfx2.hp grfdrv.hp \ - help.hp \ - ident.hp iniz.hp inkey.hp irqs.hp \ - kill.hp \ - link.hp list.hp load.hp login.hp \ - makdir.hp mdir.hp megaread.hp merge.hp mfree.hp mmap.hp modpatch.hp \ - montype.hp minted.hp mpi.hp os9gen.hp \ - padrom.hp park.hp pmap.hp proc.hp procs.hp prompt.hp pwd.hp pxd.hp \ - reboot.hp rename.hp runb.hp \ - save.hp setime.hp setpr.hp shell.hp sleep.hp smap.hp \ - tee.hp tmode.hp touch.hp tsmon.hp tuneport.hp \ - unlink.hp \ - verify.hp \ - wcreate.hp \ - xmode.hp +HELPFILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \ + chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \ + dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \ + dir.hp dirsort.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp \ + edit.hp error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \ + help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \ + list.hp load.hp login.hp makdir.hp \ + mdir.hp megaread.hp merge.hp minted.hp mpi.hp mfree.hp os9gen.hp \ + padrom.hp park.hp procs.hp prompt.hp pwd.hp pxd.hp \ + rename.hp save.hp setime.hp \ + setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ + tuneport.hp unlink.hp verify.hp xmode.hp + +# These are Level 2/3 only +HELPFILES += dmem.hp gfx2.hp grfdrv.hp basic09.hp runb.hp \ + wcreate.hp mmap.hp modpatch.hp montype.hp \ + pmap.hp proc.hp reboot.hp smap.hp #HELPFILES = make.hp maketerm.hp rdump.hp rlink.hp rma.hp scred.hp