summaryrefslogtreecommitdiff
path: root/source3/script/installman.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-09-18source3/script: fix installman.sh after the last build-manpages-nogit changeMichael Adam1-2/+2
commit cfdab79729e8507a7504b0224c60454d3bc40ffc Author: Michael Adam <obnox@samba.org> Date: Wed Sep 12 15:46:35 2012 +0200 release-scripts: let build-manpages-nogit store generated docs under ./bin/docs not under ./docs Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-01-16s3-install: Don't let MANDIR and SRCDIR be overwrittenVolker Lendecke1-1/+2
In installman.sh, we get them via cmd line args Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jan 16 18:55:40 CET 2012 on sn-devel-104
2008-06-17Remove references to SVN.Karolin Seeger1-1/+1
Karolin (This used to be commit 9d69a809e370f98057e514a3c755b0b86ee5f610)
2008-02-28Remove smbmount.Karolin Seeger1-1/+0
Karolin (This used to be commit 5fbd98f7065268ae134108310119078ad8f62322)
2007-10-10r20668: Also do not install the smbumount man page if we don't build smbumount.Lars Müller1-1/+1
(This used to be commit 82ce272b2464f06e8bcbed6452621daa05e12b5d)
2007-10-10r20666: Also do not install the smbmnt man page if SMBMOUNT_PROGS is not set.Lars Müller1-1/+1
(This used to be commit aa122be8f7a33ebceeb43e4f0c5362047560b199)
2007-10-10r20663: Do not install smbmount man page if we didn't called configureLars Müller1-0/+1
--with-smbmount. (This used to be commit ee12348cf1e93d0e75714f3883bfea6525797dc1)
2007-10-10r16130: fix a shell portability issue for Solaris sh in installman.shGerald Carter1-2/+2
(This used to be commit 9be3e07884e7f8121bc64766e7d036495cd94a15)
2007-10-10r13316: Let the carnage begin....Gerald Carter1-2/+3
Sync with trunk as off r13315 (This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f)
2007-10-10r12040: merging packaging fixes from release branchGerald Carter1-3/+2
(This used to be commit 47a9f2c3d6039a07a6970ac181aeb2888d47a353)
2007-10-10r11728: Ensure to check for the config.log in ${SRCDIR}.Lars Müller1-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. (This used to be commit 3e3113a1fab282c0f652340d1027bb614ef93ec3)
2007-10-10r11685: reverting Lar's change to nistallman from r11224 since it breaks ↵Gerald Carter1-14/+3
'make installman' outside the source tree; will fix up after the rc1 release (This used to be commit 61e7366e0f545e8ef1aad45a3ab3f6aac1ca6049)
2007-10-10r11224: Add feature to get our configuration from config.log into installman.sh.Lars Müller1-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. (This used to be commit 3944dfbff4f7f951d35e7893f7ab56ed2e9d76b0)
2007-10-10r10904: build patches from Marc Balmer <marc@msys.ch> when builddir!=srcdirGerald Carter1-1/+1
(This used to be commit b7fc4045185f2f0ec27aa72656163e9249ad7b85)
2007-10-10r10676: reverting bad merge for install manpages scriptGerald Carter1-1/+1
(This used to be commit 50549fa9b3f6d6eaf7da70cb8d7595b32917aade)
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-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) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
2007-10-10r8388: fix typo in installman scriptGerald Carter1-1/+1
(This used to be commit 30b03519c0320bdc85ece51aaf814c4b66896df8)
2007-10-10r7944: BUG 2808: don't try to install manpages if they are not presentGerald Carter1-0/+4
(This used to be commit 1ce5cc2a5f3da7ef6874cae5b433c139d68589c6)
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)