1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

Fix two bugs left from the great reorganization.

- Makefile (UPLOAD): updated for new directory structure
- scripts/schhist2web: unchanged Postscript files were not replaced with
  symlinks because the symlink paths were wrong
This commit is contained in:
Werner Almesberger
2010-08-31 01:46:18 -03:00
parent a3aac7e80b
commit 80c6f3e75f
2 changed files with 6 additions and 6 deletions

View File

@@ -250,7 +250,7 @@ for n in $first `cd "$dir" && git rev-list --reverse $first..HEAD`; do
symlink "../../$head/$d/${m##*/}" "$cache/$n/$d/${m##*/}"
done
m_ps=${m%.ppm}.ps
symlink "../../$head/$d/${m_ps##*/}" "$cache/$n/$d/${m_ps##*/}"
symlink "../../$head/ps/${m_ps##*/}" "$cache/$n/ps/${m_ps##*/}"
fi
fi
touch "$out/names/`basename \"$m\" .ppm`"