commit ae217031cb27e4914fbca0508e74c1a7a57aaaeb from: Omar Polo date: Fri Feb 04 18:40:40 2022 UTC tweak the list of links in the index commit - 72623747dfdab9dfc86c888124cfaf21920b1ddb commit + ae217031cb27e4914fbca0508e74c1a7a57aaaeb blob - 82e01de2f6d70a1056196d491222dcc6970c2490 blob + 21c2d59a0e32ca3e3ab2f9c232ee07b689af63e6 --- Makefile +++ Makefile @@ -16,7 +16,7 @@ include Makefile.local index.lp: README.md ${XXXFILES:=.lp} cp README.md $@ printf "\n\n### Files\n\n" >> $@ - for f in ${XXXFILES}; do printf "=> %s.EXT\n" "$$f"; done >> $@ + for f in ${XXXFILES}; do printf "=> %s.EXT %s\n" "$$f" "$$f"; done>> $@ install: ${DOTFILES}