Browse Source

makefile: remove [[link]] -> [link](url) conversion logic
all links in documentation have been converted to standard markdown link syntax

nodiscc 7 năm trước cách đây
mục cha
commit
8bf94136e1
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      Makefile

+ 0 - 6
Makefile

@@ -198,12 +198,6 @@ doxygen: clean
 #  - convert GitHub-flavoured relative links to standard Markdown
 #  - generate html documentation with mkdocs
 htmlpages:
-	# Rename local [[links]] to regular links.
-	@for file in `find doc/md/ -maxdepth 1 -name "*.md"`; do \
-		sed -e "s/\[\[\(.*\)\]\]/[\1](\1)/g" "$$file" > doc/md/tmp.md; \
-		mv doc/md/tmp.md $$file; \
-	done
-
 	python3 -m venv venv/
 	bash -c 'source venv/bin/activate; \
 	pip install mkdocs; \