summaryrefslogtreecommitdiff
path: root/source3/script/installman.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r5915: Remove --with-manpages-languages= from configure (we only have them ↵Jelmer Vernooij1-1/+1
in one lanuage, English, at the moment). Fixes #2261. If other languages might are added in the future, this parameter will still not be needed. (This used to be commit d41e790b4ba96b42ae80f51925a86a3344d3fd39)
2003-10-06cosmetic fix when DESTDIR=/ (default)Gerald Carter1-1/+1
(This used to be commit e660b5752aa129c49b0b665845de2fe4c160be00)
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-2/+2
(This used to be commit 6497eb78e87a6ffa4c2c61aa4ef6ecd451821a27)
2001-09-25Try to fix up manpage installationAndrew Bartlett1-1/+1
(This used to be commit a302bb20e28ea2e4d04eca34a23ff42e9bc07b05)
2001-09-24fixed a typo in installman.shMotonobu Takahashi1-1/+1
fixed a problem that source/install-sh is not executable (This used to be commit c2e256c18cbaa1145ab6ca8ad59baadca36abbdd)
2001-09-24Added SWAT i18n feature:Motonobu Takahashi1-34/+48
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)
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
Tidied up some of the mess (no other word for it). Still doesn't compile cleanly. There are calls with incorrect parameters that don't seem to be doing the right thing. This code still needs surgery :-(. Jeremy. (This used to be commit 18ff93a9abbf68ee8c59c0af3e57c63e4a015dac)
1998-11-16Makefile.in: Re-added quotes round ROFF call for DGUX.Jeremy Allison1-1/+1
script/installman.sh: Make installman ignore ROFF argument if it is "". smbd/oplock.c: Move location of oplock test file to lockdir. Jeremy. (This used to be commit 6c25a3314243997508b0b2da4bfa10bb979e9c10)
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ↵Jeremy Allison1-3/+21
UNIXWARE. groupdb/aliasdb.c groupdb/aliasfile.c groupdb/groupfile.c: Don't use snprinf, use slprintf. include/includes.h: Fix YP problem. include/smb.h: Fix ZERO_STRUCTP. lib/util_sock.c: Added strerror() in debugs. passdb/ldap.c: Don't use snprinf, use slprintf. rpc_client/cli_lsarpc.c rpc_client/cli_pipe.c rpc_parse/parse_sec.c rpc_server/srv_pipe.c: Don't use snprinf, use slprintf. script/installman.sh: DGUX changes. smbd/open.c smbd/oplock.c: Fixed gcc warnings. web/swat.c: Changes USER to SWAT_USER. (This used to be commit 4c2b5a00983501e5d4aad1456ba8b5ab0dfd9b4c)
1998-11-11Added manpages/ to source path.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 0f7977ef74af1cbb7e92df8cb1b5545247056b52)
1998-08-10fixed the installation scripts for the new layoutAndrew Tridgell1-0/+1
(This used to be commit 60cdb83f3f6dfd7755e46254662245a82a8ef498)
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-1/+1
(This used to be commit 3bda7ac417107a7b01d91805ca71c4330657ed21)
1996-07-05Changed install scripts so they don't have hardcoded valuesSamba Release Account1-17/+20
Dan (This used to be commit 2eccc5eea289fa4b6af120d0bc92d568ca925482)
1996-05-04Initial version imported to CVS Samba Release Account1-0/+35
(This used to be commit 291551d80711daab7b7581720bcd9a08d6096517)