fui / fui-kk

Course evaluation software for courses in informatics at the University of Oslo.
MIT License
9 stars 7 forks source link

Feil i make web #71

Closed martava closed 6 years ago

martava commented 6 years ago

Får denne feilmeldinga når eg køyrer make web på linux-maskin:

bash ./src/web.sh V2017 cp: cannot stat ‘./resources/d3-charts/dist/’: No such file or directory rename: invalid option -- 'f'

olehermanse commented 6 years ago

For å fikse den første feilmeldingen, kjør:

git submodule update --init --recursive

For å fikse den andre feilmeldingen, kommenter ut som dette i Makefile:

tex:
    # rename -v -f -S inf INF ./data/*/inputs/md/* # Only on mac
    perl -i.bak -pe 's/\x61\xCC\x8A/\xC3\xA5/g' ./data/*/inputs/md/*.md

Lagt til begge i #72