Skip to content

Commit

Permalink
Add progress info to MKDOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven authored Oct 2, 2024
1 parent cee893b commit f48d1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ binaries: all
tests: all

README.md: $(OBJ)/scripts/+mkdocindex/mkdocindex$(EXT)
@echo MKDOC $@
@echo $(PROGRESSINFO) MKDOC $@
@csplit -s -f$(OBJ)/README. README.md '/<!-- FORMATSSTART -->/' '%<!-- FORMATSEND -->%'
@(cat $(OBJ)/README.00 && $< && cat $(OBJ)/README.01) > README.md

Expand Down

0 comments on commit f48d1c5

Please sign in to comment.