Loading

Paste #px8jhisd5

  1. C:\Users\Leanden\Desktop\dev>make -n
  2. [ -f .version ] && [ "`cat .version`" = "r-1" ] || echo r-1 > .version
  3. echo "[TXT] docs/readme.txt"
  4. cat docs/readme.ptxt \
  5.                 | sed -e "s/{{GRF_TITLE}}/BRTrains r-1/" \
  6.                 | sed -e "s/{{GRF_ID}}//" \
  7.                 | sed -e "s/{{REPO_REVISION}}/-1/" \
  8.                 | sed -e "s/{{FILENAME}}//" \
  9.                 | sed -e "s/{{GRF_MD5}}/d41d8cd98f00b204e9800998ecf8427e/" \
  10.                 > docs/readme.txt
  11. [ -z "unix2dos" ] || unix2dos unix2dos 7.3.2 (2015-11-20) MSYS version. Without Unicode UTF-16 support. With native language support. LOCALEDIR: /usr/share/locale http://waterlan.home.xs4all.nl/dos2unix.html -q docs/readme.txt

Comments