Skip to content

Commit

Permalink
kernledr.svp: move license file to doc/kernledr directory
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed Oct 14, 2024
1 parent 552fee8 commit 529e535
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ command/bin/command.com: .ALWAYS .RECHECK
cd ..

# SvarDOS .svp package
kernledr.svp: pkg/kernel.sys pkg/bin/country.sys pkg/doc/license.htm pkg/appinfo/kernledr.lsm
kernledr.svp: pkg/kernel.sys pkg/bin/country.sys pkg/doc/kernledr/license.htm pkg/appinfo/kernledr.lsm
cd pkg
zip -9rkDX ..$(SEP)$@ *
cd ..
Expand All @@ -129,10 +129,13 @@ pkg/appinfo/kernledr.lsm: pkg/appinfo .ALWAYS
%append $@ description: Enhanced DR-DOS kernel
%append $@ warn: EDR kernel installed. Please reboot to activate it.

pkg/doc:
pkg/doc: pkg
mkdir $@

pkg/doc/license.htm: pkg/doc license.htm
pkg/doc/kernledr: pkg/doc
mkdir $@

pkg/doc/kernledr/license.htm: pkg/doc/kernledr license.htm
$(CP) $]@ $@


Expand Down

0 comments on commit 529e535

Please sign in to comment.