summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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