Skip to content

Commit

Permalink
docs: correct mistake in documentation build make file for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Apr 29, 2024
1 parent 4894dbf commit ba6521c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/mif/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,11 @@ compile_hpj_win : .PROCEDURE
@%append $*.hpj CONTENTS=table_of_contents
@%append $*.hpj Title=$($^&_book_title) Help
@%append $*.hpj COPYRIGHT=Copyright 2002-$(curr_year) Open Watcom Contributors, 1996 Sybase, Inc. and its subsidiaries. All rights reserved.
!ifdef __UNIX__
@%append $*.hpj BMROOT=$($^&_book_bmroot:\=/)
!else
@%append $*.hpj BMROOT=$($^&_book_bmroot:/=\)
!endif
@%append $*.hpj OLDKEYPHRASE=NO
@%append $*.hpj ROOT=.
@%append $*.hpj [Config]
Expand Down

0 comments on commit ba6521c

Please sign in to comment.