summaryrefslogtreecommitdiffstats
path: root/man/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Add a rudimentary lvmetad manpage.Petr Rockai2012-04-151-2/+8
|
* CLVMD support for LVM_CLVMD_BINARY and LVM_BINARYZdenek Kabelac2011-09-241-1/+1
| | | | | | | | Read 2 environmental vars to learn about overide position for CLVMD and LVM binaries. We support LVM_BINARY in other script - and this way we could easily test restart in our test-suite.
* missing Makefile depAlasdair Kergon2011-09-231-1/+1
|
* Build all man pagesZdenek Kabelac2011-09-231-2/+2
| | | | When running plain 'make' in man dir - do also those for device-mapper target.
* Move dmeventd man page from install_lvm2 to install_device-mapper. (1.02.50)Alasdair Kergon2010-07-011-2/+2
|
* Add man pages for lvmconf and unsupported lvmsadc and lvmsar tools.Zdenek Kabelac2010-06-181-1/+1
|
* Add man page for dmeventdZdenek Kabelac2010-06-171-3/+9
| | | | (inspired by patch from Danny Rawlins, monster.romster at gmail dot com)
* Add install_system_dirs makefile target.Alasdair Kergon2010-05-201-1/+1
| | | | Add configure options for system and locking directories.
* INSTALL rules updatesZdenek Kabelac2010-04-091-32/+19
| | | | | | | | | | | | | | | | | | | | | | | | | Patch is inspired by Debian's extra patch. - removes OWNER & GROUP make vars they are parts of INSTALL command. - adds INSTALL_PROGRAM for executable, uses $(INSTALL) - adds INSTALL_DATA for non-executable data, uses ($INSTALL) - adds INSTALL_WDATA for writable non-executable data, uses ($INSTALL) - adds configure option --enable-write_install - to support installatin of writable files used by distribution - replaces usage of ifeq @LIB_SUFFIX@ with $(LIB_SUFFIX) - installs .a files from static builds without executable flag - installs .a files to $(usrlibdir) instead of $(libdir) - installs all static binaries to $(staticdir) - create .so links for devel package in $(usrlibdir) instead of $(libdir) - makes .so and .so.LIB_VERSION files within builddir - removes VERSIONED_SHLIB and created versioned LIB_SHARED automagicaly - install LIB_SHARED via install_lib_shared target - install plugins via install_lib_shared_plugin target - prints whole 'install' command during installation instead of less informative "Installing $(something) $(somewhere)" - install multiple man pages with one INSTALL command - use DISTCLEAN_TARGETS instead of creating multiple distclean targets
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-091-1/+0
| | | | | | | | | | | | | | | Usage of VPATH makes troubles when used within $(builddir). Not only source files are being found through VPATH, but targets as well. (make --debug=v) Thus if user builds the code in $(srcdir) and also in some $(builddir) he gets mangled results as some generated files (i.e. .export.sym) are 'reused' from $(srcdir) instead of $(builddir). This patch switches to use vpath were we could explicitly name suffixes that should be looked via vpath - we must take care, we do not generate files with these suffixes: .c, .in, .po, .exported_symbols
* Avoid modification of .in files outside man directory.Zdenek Kabelac2010-03-291-1/+4
| | | | | (i.e. this rule actually tried to change ../make.tmpl in some cases and left this file completely broken)
* Fixing another set of distclean problems where we left some generated filesZdenek Kabelac2010-03-291-0/+1
| | | | | | | | in clvmd, dmevend, man, tests. Don't include dependency files for clow and cscope.out targets Improve dependency tracking for dmeventd and liblvm2cmd sources.
* Use consistently $() instead of ${} for all Makefile variables,Zdenek Kabelac2010-03-041-2/+2
| | | | thought both usage forms are correct.
* Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac2010-03-041-1/+1
|
* And more fixes for cmirror build.Alasdair Kergon2010-01-191-1/+10
|
* initial cmirrord man pageJonathan Earl Brassow2010-01-151-1/+1
| | | | Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-021-1/+2
|
* Add vgimportclone and install it and the man page by default.Mike Snitzer2009-05-141-2/+2
|
* Introduce lvm2_install target.Milan Broz2009-05-111-1/+3
| | | | | | | | | | | | | | | Buildsystem support device-mapper only install, but generic install tagret includes both dm+lvm2. For distribution which uses separate install_device-mapper, there is no way how to install lvm2 only (so after installing lvm2 for packaging purposes built system must remove installed device-mapper files). Fix it by allowing lvm2_install target, similarily like install_cluster for clvmd. (install = install_device-mapper + install_lvm2)
* make install_device-mapperAlasdair Kergon2008-11-041-3/+12
|
* further progressAlasdair Kergon2008-11-011-1/+3
|
* Generate man pages from templates and include version. (romster)Alasdair Kergon2008-10-081-0/+13
|
* install conditionally fsadm.8 manpageZdenek Kabelac2008-01-091-1/+7
|
* Correct typo in comments: s/is part of the LVM2/is part of LVM2/.Jim Meyering2007-09-211-1/+1
| | | | | | | Signed-off-by: Jim Meyering <jim@meyering.net> Author: Jim Meyering <jim@meyering.net>
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-1/+1
|
* Add stub for pvck, a command to check physical volume consistency.Dave Wysochanski2007-03-301-1/+1
|
* Install lvmdump by default.Alasdair Kergon2006-11-201-2/+2
|
* Add dm_split_words() and dm_split_lvm_name() to libdevmapper.Alasdair Kergon2006-08-211-1/+1
|
* Add mirroring into man pagesAlasdair Kergon2006-08-181-1/+2
|
* A pvresize implementation (Zak Kipling).Alasdair Kergon2005-10-311-4/+4
|
* Fix clvmd man makefile.Alasdair Kergon2004-12-091-1/+1
|
* Cluster-extension-only installation.Alasdair Kergon2004-08-181-0/+13
|
* tidy relative paths in makefile includesAlasdair Kergon2004-06-151-1/+1
|
* config option to avoid using install -o -gAlasdair Kergon2004-04-191-2/+2
|
* Update copyright notices.Alasdair Kergon2004-03-301-13/+9
|
* Add/update some man pages.Alasdair Kergon2003-11-141-5/+6
|
* Fix makefile install mesg displayed for man5Alasdair Kergon2003-09-151-1/+1
|
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-2/+2
|
* New column-based reporting tools: lvs, pvs & vgs.Alasdair Kergon2002-12-121-3/+3
|
* Some new features.Alasdair Kergon2002-11-181-2/+3
|
* install all the manpages (another make-lintian-happy exercise)Andres Salomon2002-02-201-1/+5
|
* Fix $DESTDIR supportAlasdair Kergon2002-01-021-5/+6
|
* Document lvm.conf fieldsAlasdair Kergon2001-12-311-2/+9
|
* Makefiles & autoconf.Alasdair Kergon2001-09-211-0/+35