Skip to content

Commit f0fcafd

Browse files
committed
docs/Makefile: replace C comment starts in the INSTALL
1 parent 463dca1 commit f0fcafd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ install.html: _install.html $(MAINPARTS) install.gen
457457
$(ACTION)
458458

459459
install.gen: $(DOCROOT)/INSTALL.md
460-
$(MARKDOWN) < $< > $@
460+
$(MARKDOWN) < $< | sed -e 's/\/\*/\/\&#42;/g' > $@
461461

462462
tutorial.html: _tutorial.html $(MAINPARTS) manual.gen
463463
$(ACTION)

0 commit comments

Comments
 (0)