Skip to content

Commit

Permalink
simplify mddesc
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Aug 19, 2024
1 parent e71d72b commit 96c5b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Make/HtmlRules.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
htmldesc = $(call run_grass,$(1) --html-description < /dev/null | grep -v '</body>\|</html>\|</div> <!-- end container -->' > $(2))

# TODO: mode to MarkdownRules.make (?)
mddesc = $(call run_grass,$(1) --md-description < /dev/null | grep -v '</body>\|</html>\|</div> <!-- end container -->' > $(2))
mddesc = $(call run_grass,$(1) --md-description < /dev/null > $(2))

IMGSRC := $(wildcard *.png) $(wildcard *.jpg) $(wildcard *.gif)
IMGDST := $(patsubst %,$(HTMLDIR)/%,$(IMGSRC))
Expand Down

0 comments on commit 96c5b53

Please sign in to comment.