15 lines
No EOL
699 B
Ruby
15 lines
No EOL
699 B
Ruby
=begin
|
|
--------------------------------------------------------------------------------
|
|
|
|
Create PDF versions of the Installation Instructions and the Upgrade Guide,
|
|
from the VIVONEXT Wiki space.
|
|
|
|
Store them in the docs directory.
|
|
|
|
--------------------------------------------------------------------------------
|
|
--------------------------------------------------------------------------------
|
|
=end
|
|
puts "-------------------------------------------------------------------"
|
|
puts " Not automated yet. Get Installation and Upgrade PDFs and put "
|
|
puts " them into the /doc directory. "
|
|
puts "-------------------------------------------------------------------" |