summaryrefslogtreecommitdiff
path: root/source3/script/mkinstalldirs
AgeCommit message (Collapse)AuthorFilesLines
2002-02-18we definately don't want RCS $id tags in Samba. They make merging muchAndrew Tridgell1-2/+0
harder. (This used to be commit 6d33b30929e323276e7fc21012983d691a4f8827)
2001-09-24Added SWAT i18n feature:Motonobu Takahashi1-0/+40
TO enable configure with --with-i18n-swat to support this gettext is integrated and a new directories name "po" and "intl" are created. now these languages are supported: en - English (default) ja - Japanese po - Polish tr - Turkish To add your language, to create ${your_language}.po by translating source/po/en.po into your language is needed. some of html and image files of various language version are not included yet, though message catalogue files are installed. you need to copy files manually under ${swatdir}/lang/$ln/{help,images,included,using_samba} And also added a option to intall manual pages: of various lang version To enable configure with --with-manlangs but manual pages themself are not included yet. (This used to be commit 486b79a6fc4ba20a751aab544bd0f7ccff2b3d19)