diff --git a/hardware/Rakefile b/hardware/Rakefile index 8f59770..0124368 100644 --- a/hardware/Rakefile +++ b/hardware/Rakefile @@ -353,6 +353,7 @@ targets.each do |target| File.open(t.name,"w") do |notes_file| notes_data.each do |note| next unless note['note'] + note['note'] = note['note'].gsub('. ',".\n").gsub(/\n+$/,'') notes_file.puts "#{note['refdes']}:\n#{note['note']}\n\n" end end