diff options
Diffstat (limited to 'mail/mutt-devel/scripts/generate-plist')
-rw-r--r-- | mail/mutt-devel/scripts/generate-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mutt-devel/scripts/generate-plist b/mail/mutt-devel/scripts/generate-plist index 9cb1e0b10736..03d4a8fa5263 100644 --- a/mail/mutt-devel/scripts/generate-plist +++ b/mail/mutt-devel/scripts/generate-plist @@ -38,10 +38,12 @@ share/locale/cs/LC_MESSAGES/mutt.mo share/locale/da/LC_MESSAGES/mutt.mo share/locale/de/LC_MESSAGES/mutt.mo share/locale/el/LC_MESSAGES/mutt.mo +share/locale/eu/LC_MESSAGES/mutt.mo share/locale/eo/LC_MESSAGES/mutt.mo share/locale/es/LC_MESSAGES/mutt.mo share/locale/et/LC_MESSAGES/mutt.mo share/locale/fr/LC_MESSAGES/mutt.mo +share/locale/ga/LC_MESSAGES/mutt.mo share/locale/gl/LC_MESSAGES/mutt.mo share/locale/hu/LC_MESSAGES/mutt.mo share/locale/id/LC_MESSAGES/mutt.mo @@ -126,6 +128,7 @@ EOF echo "%%DOCSDIR%%/html/configuration.html" >> $tmp_first echo "%%DOCSDIR%%/html/gettingstarted.html" >> $tmp_first echo "%%DOCSDIR%%/html/index.html" >> $tmp_first + echo "%%DOCSDIR%%/html/intro.html" >> $tmp_first echo "%%DOCSDIR%%/html/manual.html" >> $tmp_first echo "%%DOCSDIR%%/html/mimesupport.html" >> $tmp_first echo "%%DOCSDIR%%/html/miscellany.html" >> $tmp_first |