mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
We now generate and link delta PDFs with the state(s) of the sheet.
- scripts/schhist2web: keep latest version of a sheet's PDF in pdf_head instead of pdf_$head, so that we don't overwrite it later with a delta - scripts/schhist2web: for each change, write an HTML file which loads the image and links to a delta PDF - scripts/schps2pdf: new option -T to specify page titles - scripts/Makefile (UPLOAD): also upload html_*
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SHELL = /bin/bash
|
||||
|
||||
UPLOAD = {index.html,unchanged.png,thumb_*,diff_*,pdf_*}
|
||||
UPLOAD = {index.html,unchanged.png,thumb_*,diff_*,pdf_*,html_*}
|
||||
DEST = werner@host:/home/httpd/almesberger/misc/ben/
|
||||
RSYNC = rsync -a --progress
|
||||
|
||||
|
||||
Reference in New Issue
Block a user