Skip to content

Commit

Permalink
fix copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed May 8, 2023
1 parent bdd826c commit 336f770
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/mif/onebook.mif
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ $(hbook).pdf : $(hbook).ps
!$(hc_pdf) -r600 $[@ $(hbook).pdf
!ifeq docset wikipdf
@if not exist ..\wiki mkdir ..\wiki
copy *.pdf ..\wiki\
@copy $(hbook).pdf ..\wiki\$(hbook).pdf
!endif

####################################################
Expand Down Expand Up @@ -397,9 +397,8 @@ $(hbook).gh $(hbook).htm : $(cop_files) $(book_objs) $(proj_objs)
@%make compile_gml_to_xxx
!ifeq docset wikihtml
@if not exist ..\wiki mkdir ..\wiki
copy *.bmp ..\wiki\
copy *.htm ..\wiki\
ren ..\wiki\*.htm *.html
@copy $(hbook).htm ..\wiki\$(hbook).html
@for %f in (*.bmp) do if not exist ..\wiki\%f $(noecho)copy %f ..\wiki\%f
!endif

!endif
Expand Down

0 comments on commit 336f770

Please sign in to comment.