don't copy anything to the stage directory. dostage will do this now

This commit is contained in:
endico%mozilla.org 1999-03-22 23:11:02 +00:00
Родитель 002cde39b7
Коммит 42933bb3fb
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -23,13 +23,9 @@ then
echo "rebuilding newsbot file"
/opt/newsbot/newsbot.pl /var/mail/newsbot /opt/newsbot/newsbot.rdf > /opt/newsbot/newsbot.html
# wrap file and place in /e/doc (the live web site)
# wrap file and place in newsbot directory
/opt/newsbot/wrapnews.pl
# copy raw html file to stage dir so it doesn't disappear the next
# time the tree is updated.
cp /opt/newsbot/newsbot.html /e/stage-docs/mozilla-org/html/newsbot/index.html
# copy the wrappped file into the live web site.
cp /opt/newsbot/wrapped.html /e/docs/newsbot/index.html