diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-07-18 15:16:43 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-07-18 15:16:43 +0000 |
commit | 373b189b15dffcb4f21c95e4841f75760e268a57 (patch) | |
tree | 7ef923f2f732b76079fd7ace8af7e1e40867970e /mail/mutt-devel/scripts/generate-plist | |
parent | Update to 1.4.2.2 (diff) |
Update to 1.5.12
PR: 100483
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=168147
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 |