Skip to content

Commit

Permalink
comment md-related parts in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Oct 24, 2024
1 parent f6ab247 commit 54edbce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/Make/GuiScript.make
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ ifndef CROSS_COMPILING
$(MAKE) $(CMDHTML)
-rm -f g.gui.*.tmp.html
$(MAKE) $(GUIHTML)
$(MAKE) $(CMDMAN)
$(MAKE) $(GUIMAN)
# $(MAKE) $(CMDMAN)
# $(MAKE) $(GUIMAN)
endif

$(HTMLDIR)/g.gui.%.html: g.gui.%.html g.gui.%.tmp.html | $(HTMLDIR)
Expand Down
2 changes: 1 addition & 1 deletion include/Make/Html.make
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ html:

else

html: $(HTMLDIR)/$(PGM).html $(MANDIR)/$(PGM).$(MANSECT) $(MDDIR)/source/$(PGM).md
html: $(HTMLDIR)/$(PGM).html $(MANDIR)/$(PGM).$(MANSECT) # $(MDDIR)/source/$(PGM).md

endif

Expand Down

0 comments on commit 54edbce

Please sign in to comment.