summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* Fix distcheck following addition of systemd tmpfiles snippetColin Watson2014-09-16
| | | | | * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Add --with-systemdtmpfilesdir=\$${prefix}/lib/tmpfiles.d.
* Add systemd tmpfiles snippet to clean up old cat files after a weekColin Watson2014-06-17
| | | | | | | | | | | | Fixes Fedora bug #1110274. * configure.ac: Accept --with-systemdtmpfilesdir option. (AC_CONFIG_FILES): Add init/Makefile and init/systemd/Makefile. * Makefile.am (SUBDIRS): Add init. * init/Makefile.am: New file. * init/systemd/Makefile.am: New file. * init/systemd/man-db.conf: New file. * .gitignore: Add init/Makefile and init/systemd/Makefile.
* * Makefile.am (EXTRA_DIST): Add gnulib/argp-domain.patch.Colin Watson2014-04-10
|
* Move Autotools auxiliary build files from tools to build-aux.Colin Watson2014-02-20
| | | | | This keeps man-db's own tools separate, reducing confusion, and "build-aux" is a more conventional location for the Autotools files.
* Automatically generate ChangeLog from gitColin Watson2013-12-09
| | | | | | | | | * ChangeLog: Move to ... * ChangeLog-2013: ... here. * Makefile.am (EXTRA_DIST): Add ChangeLog-2013. (dist-hook): Add gen-ChangeLog. (gen-ChangeLog): New rule, based on that in coreutils. * gnulib: Import gitlog-to-changelog module.
* * .bzrignore: Move to ...Colin Watson2013-12-09
| | | | | | | * .gitignore: ... here, adjusting for differences between bzr and git. * Makefile.am (EXTRA_DIST): Replace .bzrignore with .gitignore. * gnulib: Add --no-vc-files.
* * Makefile.am (EXTRA_DIST): Remove gnulib/gets.patch.Colin Watson2013-05-30
|
* * Makefile.am (EXTRA_DIST): Add gnulib/gets.patch.Colin Watson2012-09-17
|
* * Makefile.am (EXTRA_DIST): Add gnulib/m4/math_h.m4.Colin Watson2012-02-16
|
* * FAQ: New file.Colin Watson2012-02-06
| | | * Makefile.am (dist_noinst_DATA): Add FAQ.
* update copyright yearsColin Watson2012-02-05
|
* Fix 'make distcheck' to pass with Automake 1.11.2.Colin Watson2012-02-05
| | | | | | | | * Makefile.am (distuninstallcheck_listfiles): Ignore the configuration file, which is deliberately left in place on uninstall. * configure.ac (AM_INIT_AUTOMAKE): Add -Wno-override. * src/Makefile.am (EXTRA_DIST): Force distribution of lexgrog.c and zsoelim.c.
* Remove the need for our patched version of xstrdup.Colin Watson2011-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lib/encodings.c (get_locale_charset): Check return value of setlocale before passing to xstrdup. (find_charset_locale): Likewise. * lib/pathsearch.c (pathsearch): Check return value of getenv before passing to xstrdup. (pathsearch_executable): Likewise. * lib/tempfile.c (create_tempdir): Adjust appendstr call to avoid needing to pass return value of path_search to xstrdup. * src/check_mandirs.c (test_manfile): Don't pass NULL lg.whatis to xstrdup. * src/descriptions.c (parse_descriptions): Don't pass NULL head->whatis to xstrdup. * src/man.c (main): Check return value of setlocale before passing to xstrdup. (add_col): Only call find_charset_locale if locale_charset is non-NULL. (add_candidate): Don't pass NULL ult to xstrdup. * src/manp.c (read_config_file): Adjust appendstr call to avoid needing to pass return value of getenv to xstrdup. * src/whatis.c (do_apropos): Don't pass NULL info.whatis to xstrdup. (main): Check return value of setlocale before passing to xstrdup. * src/zsoelim.l (zsoelim_stdin_data_new): Don't pass NULL path to xstrdup. * Makefile.am (EXTRA_DIST): Remove gnulib/lib/xmalloc.c.orig and gnulib/lib/xmalloc.patch. * autogen.sh: Stop applying gnulib/lib/xmalloc.patch. * gnulib/lib/xmalloc.c.orig, gnulib/lib/xmalloc.patch: Remove.
* * Makefile.am (EXTRA_DIST): Remove gnulib/m4/sockpfaf.m4, which wasColin Watson2011-01-23
| | | | | removed along with the internal copy of libpipeline. * man/po4a/Makefile.am (EXTRA_DIST): Add Locale/Po4a/Manext.pm. (PO4A_ENVIRONMENT): Set PERL5LIB to $(srcdir), not `pwd`.
* 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