X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=c5dee80ec6995101a8b19b3c13b219c4bfff670e;hb=refs%2Fpull%2F912%2Fhead;hp=2064303afa379e5b4f40ed6fd04aea878f0afa08;hpb=f47aa40c12ec63a60d2edc959314a0a05f6fe610;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index 2064303a..c5dee80e 100644 --- a/Makefile +++ b/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; \