summaryrefslogtreecommitdiff
path: root/www/upload
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-09 10:49:42 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-09 10:49:42 +0000
commitca6082fe9c169776b83bd27890d95e131fc4cba1 (patch)
treef97797a858de20446b2634854652a9abe3b5f2c8 /www/upload
parentc0c1f214c8aa954890b472775443d8aeea6db8e7 (diff)
downloadgpsd-ca6082fe9c169776b83bd27890d95e131fc4cba1.tar.gz
Fix the site-upload script to cope correctly with the axiom directory.
Diffstat (limited to 'www/upload')
-rwxr-xr-xwww/upload5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/upload b/www/upload
index 085dee44..077f3acd 100755
--- a/www/upload
+++ b/www/upload
@@ -32,5 +32,8 @@ else
xmlto xhtml-nochunks replacing-nmea.xml
xmlto xhtml-nochunks writing-a-driver.xml
(cd performance; xmlto xhtml-nochunks performance.xml)
- scp start-kismet *.html *.png *.pdf *.gif performance/{*.html,*.txt,*.png} *.css *.js *.txt *.ebuild $webdir
+ scp start-kismet *.html *.png *.pdf *.gif *.css *.js *.txt *.ebuild \
+ performance/{*.html,*.txt,*.png} \
+ $webdir
+ scp axiom/{*.html,*.css,*.pdf,*.jpg,*.doc} $webdir/axiom
fi