Sfoglia il codice sorgente

Makefile: remove extra line in Makefile

Signed-off-by: leonnicolas <leonloechner@gmx.de>
leonnicolas 4 anni fa
parent
commit
fb70091169
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -243,7 +243,6 @@ website/docs/README.md: README.md
 	cp -r docs/graphs website/static/img/
 	sed -i 's/\.\/docs\///g' $@
 	find $(@D)  -type f -name '*.md' | xargs -I{} sed -i 's/\.\/\(.\+\.\(svg\|png\)\)/\/img\/\1/g' {}
-	find $(@D)  -type f -name '*.md' | xargs -I{} sed -i 's/\.\/\(.\+\.png\)/\/img\/\1/g' {}
 	sed -i 's/graphs\//\/img\/graphs\//g' $@
 	# The next line is a workaround until mdx, docusaurus' markdown parser, can parse links with preceding brackets.
 	sed -i  's/\[\]\(\[.*\](.*)\)/\&#91;\&#93;\1/g' website/docs/api.md