source: tags/ms_r16q4/HELP_SOURCE/oldhelp/Makefile

Last change on this file was 387, checked in by westram, 22 years ago

help files prepared for hlp→xml→html conversion

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 188 bytes
Line 
1help.make:
2        @echo   'options'
3        @echo   '       all     chmod, rm backup'
4        @echo   '       msave   save into help.tar'
5
6all:
7#       rox chmod 666 *.hlp
8#       rox rm -f *.hlp%
9        chmod 666 *.hlp
10        rm -f *.hlp%
11
12msave:
13        ./save
Note: See TracBrowser for help on using the repository browser.