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

Sheet names now link to the sheet's PDF.

- scripts/normalizeschps: by default, don't change the linewidth
- scripts/schhist2web: cache historical Postscript files in directories
  ps_*
- scripts/schps2pdf: new script to convert eeschema Postscript to PDF
- scripts/schhist2web: link the file name in the title to the curent
  PDF of the respective sheet
- scripts/Makefile: changed lazy wildcard thum* to thumb_* and diff* to
  diff_*
- scripts/Makefile: upload also pdf_*
This commit is contained in:
Werner Almesberger
2010-08-30 03:14:07 -03:00
parent 800577353e
commit 337f13a0df
4 changed files with 67 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
SHELL = /bin/bash
UPLOAD = {index.html,unchanged.png,thum*,diff*}
UPLOAD = {index.html,unchanged.png,thumb_*,diff_*,pdf_*}
DEST = werner@host:/home/httpd/almesberger/misc/ben/
RSYNC = rsync -a --progress