mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 11:17:59 +01:00
4 lines
143 B
Makefile
4 lines
143 B
Makefile
|
index:
|
||
|
ls -d1 ./pages/**/* | grep .md | awk -F"." '{print $$2}' | awk -F"/" '{print $$4,$$3}' | sort > pages/index.md
|
||
|
@echo "Index rebuilt."
|