Makefile:
WIKI := https://<someurl>/wiki
DOCS := $(wildcard *.moin)
NAMES := $(patsubst %.moin,%,$(DOCS))
default: pull
pull:
for i in $(NAMES); do \
curl --netrc-file ~/.netrc "$(WIKI)/$$i?action=raw" | fromdos > $$i.moin ; \
done
Failed to render page: conflicting chdir during another chdir block
This version of the page was edited by Mark Ferry at . View the most recent version.