summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* It turns out that AM_GNU_GETTEXT([use-libtool]) is unsupported.Colin Watson2010-10-05
| | | | | | | | | | | | | | | | | | | Switch to external libintl instead. * configure.ac (AM_GNU_GETTEXT): Set external. (AC_CONFIG_FILES): Remove intl/Makefile. * Makefile.am (SUBDIRS): Remove intl. (EXTRA_DIST): Add gnulib/m4/glibc2.m4, gnulib/m4/intdiv0.m4, gnulib/m4/intl.m4, gnulib/m4/intmax.m4, gnulib/m4/inttypes-pri.m4, gnulib/m4/lcmessage.m4, gnulib/m4/printf-posix.m4, gnulib/m4/uintmax_t.m4, and gnulib/m4/visibility.m4. * intl: Remove. * lib/Makefile.am (libman_la_CPPFLAGS): Remove -I$(top_builddir)/intl. * libdb/Makefile.am (libmandb_la_CPPFLAGS): Likewise. * src/Makefile.am (AM_CPPFLAGS): Likewise. * .bzrignore: Remove intl/Makefile, intl/charset.alias, intl/libgnuintl.h, intl/libintl.h, intl/ref-add.sed, and intl/ref-del.sed. * NEWS: Document this.
* * Makefile.am (EXTRA_DIST): Add .bzrignore,Colin Watson2009-08-25
| | | | | gnulib/lib/xmalloc.c.orig, gnulib/m4/intldir.m4, gnulib/m4/sockpfaf.m4, and release.sh, for consistency between revision control and the distribution.
* * Makefile.am (EXTRA_DIST): Distribute gnulib/m4/gnulib-tool.m4.Colin Watson2009-08-23
|
* * Makefile.am (EXTRA_DIST): Distribute gnulib/lib/xmalloc.patch.Colin Watson2009-08-23
|
* * docs/Makefile.am (dist_noinst_DATA): Move NEWS to ...Colin Watson2009-08-14
| | | * Makefile.am (dist_noinst_DATA): ... here.
* Call gnulib-tool after autopoint, and only use the gettext macrosColin Watson2009-04-14
| | | | | | | | | | | | supplied via gnulib. This is required to work properly with current versions of gettext and gnulib; see http://lists.gnu.org/archive/html/bug-gnulib/2009-03/msg00154.html and thread. * autogen.sh: If gnulib-tool is installed, call autopoint first and prevent autoreconf from calling it later. Remove special handling of tools/config.rpath, which is not necessary with this approach. * Makefile.am (ACLOCAL_AMFLAGS): Put gnulib/m4 before m4, so that autopoint puts its macros in gnulib/m4 (later overwritten by gnulib-tool).
* * Makefile.am (EXTRA_DIST): Distribute gnulib/m4/gnulib-cache.m4.Colin Watson2009-03-16
|
* * gnulib: Import .po files (--po-base=gnulib/po --po-domain=man-db).Colin Watson2007-10-21
| | | | | | | | | | * configure.ac (AC_CONFIG_FILES): Generate gnulib/po/Makefile.in. * Makefile.am (SUBDIRS): Build gnulib/po. * .bzrignore: Ignore gnulib/po. This is contrary to our usual practice, since this is generated by autogen.sh; but gnulib-tool gives us full .po files which are then stripped down to just the parts of Gnulib we use by make, so adding them to bzr is inconvenient.
* introduce gnulib; import gnulib error moduleColin Watson2007-10-14
|
* * man-db.lsm: Move to ...Colin Watson2007-10-14
| | | | | | * docs/man-db.lsm: ... here. * Makefile.am, docs/Makefile.am: Move man-db.lsm reference. * Makefile.in, docs/Makefile.in: Regenerate.
* fix "make dist" to distribute everything it shouldColin Watson2007-10-11
|
* initial conversion to automakeColin Watson2007-10-09