summaryrefslogtreecommitdiff
path: root/po/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* makefiles: fix pofile generationZdenek Kabelac2021-03-021-1/+1
| | | | | If there is any user of --enable-nls and wants to get usable .po language file - use 'make pofile'
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
| | | | | Hmm rpmlint suggest fsf is using a different address these days, so lets keep it up-to-date
* makefiles: disable po file targesZdenek Kabelac2015-05-141-1/+1
| | | | po targets are not correct - so disable them for now.
* make: Fix pofile and .d file generation.Alasdair G Kergon2014-07-021-3/+3
| | | | | | | Use builddir not srcdir with make pofile. Append 'incfile:' lines to %.d files to handle newly-missing dependencies without 'make clean' after a file is moved or deleted.
* INSTALL rules updatesZdenek Kabelac2010-04-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac2010-03-041-1/+1
|
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-021-1/+2
|
* further progressAlasdair Kergon2008-11-011-14/+34
|
* 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>
* tidy relative paths in makefile includesAlasdair Kergon2004-06-151-1/+1
|
* config option to avoid using install -o -gAlasdair Kergon2004-04-191-1/+1
|
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
|
* Basic internationalisation support.Alasdair Kergon2004-02-131-0/+50