Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/72eaacebb1a67616cc8ec5600b617d64b23eb8f5?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Include README and MANUAL in packages.

pull/7/head
Ferry Boender 10 years ago
parent bacc0821ff
commit 72eaacebb1
  1. 5
      Makefile

@ -55,8 +55,9 @@ release_deb: release_src doc
cp LICENSE rel_deb/usr/share/doc/$(PROG)
cp README.md rel_deb/usr/share/doc/$(PROG)
cp doc/MANUAL.md rel_deb/usr/share/doc/$(PROG)
cp README.html $(PROG)-$(REL_VERSION)/README.html
cp doc/MANUAL.html $(PROG)-$(REL_VERSION)/MANUAL.html
cp README.html rel_deb/usr/share/doc/$(PROG)
cp doc/MANUAL.html rel_deb/usr/share/doc/$(PROG)
cp -ar examples rel_deb/usr/share/doc/$(PROG)
cp src/*.py rel_deb/usr/lib/scriptform/
ln -s /usr/lib/scriptform/scriptform.py rel_deb/usr/bin/scriptform

Loading…
Cancel
Save