82e300c7ba
This patch took copy of config.rpath from gettext 0.18.2 to build-aux/ directory. Software projects usually does not need to do that, because the file is copied by gettext autopoint in autogen.sh or bootstrap. In Fluxbox case calling autopoint seems wrong, as it would generate po/ directory with necessary make automation, adn 'msgid' & 'msgstr' files, but that is not how the translations are done in this project.
18 lines
471 B
Makefile
18 lines
471 B
Makefile
|
|
# Makefile.am for Fluxbox - http://fluxbox.org
|
|
|
|
# data dir after util so that utils are built for path searching
|
|
# when generating menu
|
|
|
|
SUBDIRS = doc nls src util data
|
|
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
EXTRA_DIST = $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/* build-aux/config.rpath
|
|
|
|
uninstall-hook:
|
|
rmdir $(DESTDIR)$(pkgdatadir)
|
|
distclean-local:
|
|
rm -f *\~
|
|
|
|
source-doc:
|
|
doxygen Doxyfile
|