diff --git a/Makefile b/Makefile index 2544698..f96e73e 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ HTML = $(MARKDOWN:.md=.html) all: $(CAPSMAN) $(LOCAL) $(HTML) %.html: %.md Makefile - markdown $< > $@ + markdown $< | sed 's/href="\([-[:alnum:]]*\)\.md"/href="\1.html"/g' > $@ %.local: %.template Makefile sed -e '/\/ caps-man/d' -e 's|%PATH%|interface wireless|' -e 's|%TEMPL%|$(suffix $@)|' \