Skip to content

Commit

Permalink
doc: fix readme build process
Browse files Browse the repository at this point in the history
  • Loading branch information
mle86 committed Dec 2, 2019
1 parent d67c886 commit c3653e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ test:
git submodule update --init test/framework/
test/run-all-tests.sh

README.md: man/*
README.md: man/walk.1 man/*.md
git submodule update --init man/man-to-md/
perl man/man-to-md.pl --comment --formatted-code --paste-after HEADLINE:'Badges.md' --paste-section-after DESCRIPTION:'Installation.md' <man/walk.1 >$@
perl man/man-to-md.pl --comment --formatted-code --paste-after HEADLINE:'Badges.md' --paste-section-after DESCRIPTION:'Installation.md' <$< >$@

install:
mkdir -p /usr/local/share/man/man1
Expand Down

0 comments on commit c3653e0

Please sign in to comment.