changeset 1551:ac370da2c773

Remove reference to PostScript, we do not generate those.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 18 Apr 2013 06:42:59 +0300
parents bbe377cccd05
children 173e6e3efe58
files docs/build-docs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/build-docs.sh	Thu Apr 18 06:31:49 2013 +0300
+++ b/docs/build-docs.sh	Thu Apr 18 06:42:59 2013 +0300
@@ -137,6 +137,6 @@
 ## Upload
 if test "x$1" = "x--upload"; then
 	scp -C $HTMLPATH/* manual.css "$UPURL/html/"
-	scp -C "$PSFILE" "$PDFFILE" "$UPURL"
+	scp -C "$PDFFILE" "$UPURL"
 	scp -C "$HOME/bin/tf5" "$UPURL/tf5.sh"
 fi