Add saucy to the distro list

---
 distrolst.cpp |    1 +
 distrover.cpp |    1 +
 2 files changed, 2 insertions(+)

Index: b/distrolst.cpp
===================================================================
--- a/distrolst.cpp
+++ b/distrolst.cpp
@@ -18,6 +18,8 @@
 #ifndef ubunturelnamereplace
 #define ubunturelnamereplace \
 	relname \
+    .replace("14.04", "trusty") \
+    .replace("13.10", "saucy") \
     .replace("13.04", "raring") \
     .replace("12.10", "quantal") \
 	.replace("12.04", "precise") \
Index: b/distrover.cpp
===================================================================
--- a/distrover.cpp
+++ b/distrover.cpp
@@ -12,6 +12,8 @@
 "12.04_NetInstall" << "12.04_NetInstall_x64" << "12.04_HdMedia" << "12.04_HdMedia_x64" << "12.04_Live" << "12.04_Live_x64" << \
 "12.10_NetInstall" << "12.10_NetInstall_x64" << "12.10_HdMedia" << "12.10_HdMedia_x64" << "12.10_Live" << "12.10_Live_x64" << \
 "13.04_NetInstall" << "13.04_NetInstall_x64" << "13.04_HdMedia" << "13.04_HdMedia_x64" << "13.04_Live" << "13.04_Live_x64" << \
+"13.10_NetInstall" << "13.10_NetInstall_x64" << "13.10_HdMedia" << "13.10_HdMedia_x64" << "13.10_Live" << "13.10_Live_x64" << \
+"14.04_NetInstall" << "14.04_NetInstall_x64" << "14.04_HdMedia" << "14.04_HdMedia_x64" << "14.04_Live" << "14.04_Live_x64" << \
 "Daily_Live" << "Daily_Live_x64"
 #endif
 
