summaryrefslogtreecommitdiffstats
path: root/source/script/installman.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to SVN.Karolin Seeger2008-06-171-1/+1
| | | | Karolin
* Remove smbmount.Karolin Seeger2008-02-281-1/+0
| | | | Karolin
* r20668: Also do not install the smbumount man page if we don't build smbumount.Lars Müller2007-10-101-1/+1
|
* r20666: Also do not install the smbmnt man page if SMBMOUNT_PROGS is not set.Lars Müller2007-10-101-1/+1
|
* r20663: Do not install smbmount man page if we didn't called configureLars Müller2007-10-101-0/+1
| | | | --with-smbmount.
* r16130: fix a shell portability issue for Solaris sh in installman.shGerald Carter2007-10-101-2/+2
|
* r13316: Let the carnage begin....Gerald Carter2007-10-101-2/+3
| | | | Sync with trunk as off r13315
* r12040: merging packaging fixes from release branchGerald Carter2007-10-101-3/+2
|
* r11728: Ensure to check for the config.log in ${SRCDIR}.Lars Müller2007-10-101-3/+14
| | | | | | | | | Revert jerry's revert from 11685. :) At the moment I don't see a way to check if there is an empty ${SMBWRAPPER} or none. If there is a way to check if ${SMBWRAPPER} isn't set at all we could make the installman script even work if config.log does not exist.
* r11685: reverting Lar's change to nistallman from r11224 since it breaks ↵Gerald Carter2007-10-101-14/+3
| | | | 'make installman' outside the source tree; will fix up after the rc1 release
* r11224: Add feature to get our configuration from config.log into installman.sh.Lars Müller2007-10-101-3/+14
| | | | | | | | | | This allows us to install for example smbsh.1 only if SMBWRAPPER is set. Removed also one rm call as we copy and do not append to the same file in the next step. There is no file permission risk as we chmod 0644 in any case later. Replaced one basename call by shell substitution.
* r10904: build patches from Marc Balmer <marc@msys.ch> when builddir!=srcdirGerald Carter2007-10-101-1/+1
|
* r10676: reverting bad merge for install manpages scriptGerald Carter2007-10-101-1/+1
|
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r8388: fix typo in installman scriptGerald Carter2007-10-101-1/+1
|
* r7944: BUG 2808: don't try to install manpages if they are not presentGerald Carter2007-10-101-0/+4
|
* r5915: Remove --with-manpages-languages= from configure (we only have them ↵Jelmer Vernooij2007-10-101-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.
* cosmetic fix when DESTDIR=/ (default)Gerald Carter2003-10-061-1/+1
|
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-2/+2
|
* Try to fix up manpage installationAndrew Bartlett2001-09-251-1/+1
|
* fixed a typo in installman.shMotonobu Takahashi2001-09-241-1/+1
| | | | fixed a problem that source/install-sh is not executable
* Added SWAT i18n feature:Motonobu Takahashi2001-09-241-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.
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-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.
* Makefile.in: Re-added quotes round ROFF call for DGUX.Jeremy Allison1998-11-161-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.
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ↵Jeremy Allison1998-11-131-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.
* Added manpages/ to source path.Jeremy Allison1998-11-111-1/+1
| | | | Jeremy.
* fixed the installation scripts for the new layoutAndrew Tridgell1998-08-101-0/+1
|
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-1/+1
|
* Changed install scripts so they don't have hardcoded valuesSamba Release Account1996-07-051-17/+20
| | | | Dan
* Initial version imported to CVS Samba Release Account1996-05-041-0/+35