summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Add po4a-based Spanish manual page translationColin Watson2018-05-29
| | | | | | | | | | | | | | | | | | | | | | This supersedes the previous whole-file translations, which had not been properly updated in many years. * man/po4a/po/es.po: New from Translation Project (thanks, Francisco Javier Serrador). * man/LINGUAS: Remove es. * man/LINGUAS.po4a: Add es. * man/es/Makefile.am (PO4A_LINGUA): Set to yes. (man1_MANS): Add man1/lexgrog.1 and man1/manconv.1. (man8_MANS): Add man8/accessdb.8. * man/es/man1/apropos.man1, man/es/man1/man.man1, man/es/man1/manpath.man1, man/es/man1/whatis.man1, man/es/man1/zsoelim.man1, man/es/man5/manpath.man5, man/es/man8/catman.man8, man/es/man8/mandb.man8: Remove. * man/es/translator.add: New file. * man/po4a/Makefile.am (POFILES): Add po/es.po. * man/po4a/po4a.cfg (po4a_langs): Add es. * man/THANKS: Update translator credit. * .gitignore: Add man/es/man1, man/es/man5, and man/es/man8.
* Switch to bootstrapColin Watson2018-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We no longer keep autogenerated files in git. * .gitignore: Add **/Makefile, **/Makefile.in, /ABOUT-NLS, /aclocal.m4, /build-aux, /config.h.in, /configure, /gl, /gnulib, docs/INSTALL.autoconf, po/Makefile.in.in, po/Makevars, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header, po/en@quot.header, po/insert-header.sin, po/quot.sed, and po/remove-potcdate.sin. Remove docs/Makefile, gnulib/*, init/Makefile, init/systemd/Makefile, lib/Makefile, libdb/Makefile, man/Makefile, man/*/Makefile, manual/Makefile, po/Makefile, po/Makefile.in, src/Makefile, src/tests/Makefile, and tools/Makefile. * ABOUT-NLS, Makefile.in, aclocal.m4, autogen.sh, build-aux, config.h.in, configure, docs/INSTALL.autoconf, docs/Makefile.in, gnulib, init/Makefile.in, init/systemd/Makefile.in, lib/Makefile.in, libdb/Makefile.in, man/Makefile.in, man/da/Makefile.in, man/de/Makefile.in, man/es/Makefile.in, man/fr/Makefile.in, man/id/Makefile.in, man/it/Makefile.in, man/ja/Makefile.in, man/nl/Makefile.in, man/pl/Makefile.in, man/po4a/Makefile.in, man/pt_BR/Makefile.in, man/ru/Makefile.in, man/sr/Makefile.in, man/sv/Makefile.in, man/tr/Makefile.in, man/zh_CN/Makefile.in, manual/Makefile.in, po/Makefile.in.in, po/Makevars, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header, po/en@quot.header, po/insert-header.sin, po/quot.sed, po/remove-potcdate.sin, src/Makefile.in, src/tests/Makefile.in, tools/Makefile.in: Remove. * bootstrap, bootstrap.conf: New files. * Makefile.am (GNULIB_PO, SUBDIRS, EXTRA_DIST, ACLOCAL_AMFLAGS): Refer to gl/ rather than gnulib/ (gnulib/ now contains pristine source). (EXTRA_DIST): Replace autogen.sh with bootstrap and bootstrap.conf. Replace gnulib/argp-domain.patch with patches/argp-domain.patch. Add patches/fdutimens-hurd.patch. Remove gnulib/m4/gnulib-cache.m4 and gnulib/m4/gnulib-tool.m4. * gnulib/argp-domain.patch: Rename to ... * patches/argp-domain.patch: ... this. Update target paths. * gnulib/fdutimens-hurd.patch: Rename to ... * patches/fdutimens-hurd.patch: ... this. Update target paths. * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to 0.18.3, for compatibility with current Automake. (HAVE_GNULIB_PO, AC_CONFIG_FILES): Refer to gl/ rather than gnulib/. * lib/Makefile.am (libman_la_CPPFLAGS, libman_la_LIBADD): Likewise. * libdb/Makefile.am (libmandb_la_CPPFLAGS): Likewise. * src/Makefile.am (AM_CPPFLAGS, LIBMAN): Likewise. * src/tests/Makefile.am (AM_CPPFLAGS, fspause_LDADD): Likewise. * docs/HACKING: Describe new policy. * release.sh: Call ./bootstrap rather than ./autogen.sh.
* Add Turkish manual page translationColin Watson2017-07-11
| | | | | | | | | | | | | * man/po4a/po/tr.po: New from Translation Project (thanks, Volkan Gezer and Mesutcan Kurt). * configure.ac (AC_CONFIG_FILES): Add man/tr/Makefile. * man/LINGUAS.po4a: Add tr. * man/Makefile.am (DIST_SUBDIRS): Add tr. * man/tr/Makefile.am, man/tr/translator.add: New files. * man/po4a/Makefile.am (POFILES): Add po/tr.po. * man/po4a/po4a.cfg (po4a_langs): Add tr. * man/THANKS: Add translator credit. * .gitignore: Add man/tr/man1, man/tr/man5, and man/tr/man8.
* Add Brazilian Portuguese manual page translationColin Watson2017-01-04
| | | | | | | | | | | | | * man/po4a/po/pt_BR.po: New from Translation Project (thanks, Rafael Fontenelle). * configure.ac (AC_CONFIG_FILES): Add man/pt_BR/Makefile. * man/LINGUAS.po4a: Add pt_BR. * man/Makefile.am (DIST_SUBDIRS): Add pt_BR. * man/pt_BR/Makefile.am, man/pt_BR/translator.add: New files. * man/po4a/Makefile.am (POFILES): Add po/pt_BR.po. * man/po4a/po4a.cfg (po4a_langs): Add pt_BR. * man/THANKS: Add translator credit. * .gitignore: Add man/pt_BR/man1, man/pt_BR/man5, and man/pt_BR/man8.
* Add Serbian manual page translationColin Watson2016-12-19
| | | | | | | | | | | | | * man/po4a/po/sr.po: New from Translation Project (thanks, Мирослав Николић). * configure.ac (AC_CONFIG_FILES): Add man/sr/Makefile. * man/LINGUAS.po4a: Add sr. * man/Makefile.am (DIST_SUBDIRS): Add sr. * man/sr/Makefile.am, man/sr/translator.add: New files. * man/po4a/Makefile.am (POFILES): Add po/sr.po. * man/po4a/po4a.cfg (po4a_langs): Add sr. * man/THANKS: Add translator credit. * .gitignore: Add man/sr/man1, man/sr/man5, and man/sr/man8.
* Generate tmpfiles snippet based on cache ownerColin Watson2016-12-13
| | | | | | | | | | | man-db.conf should honour --enable-cache-owner rather than hardcoding "man". * init/systemd/man-db.conf: Rename to ... * init/systemd/man-db.conf.in: ... this. Replace "man" with "@man_owner@". * init/systemd/Makefile.am: Generate man-db.conf at build time. * .gitignore: Add init/systemd/man-db.conf.
* Add Swedish manual page translationColin Watson2016-01-02
| | | | | | | | | | | | | * man/po4a/po/sv.po: New from Translation Project (thanks, Sebastian Rasmussen). * configure.ac (AC_CONFIG_FILES): Add man/sv/Makefile. * man/LINGUAS.po4a: Add sv. * man/Makefile.am (DIST_SUBDIRS): Add sv. * man/sv/Makefile.am, man/sv/translator.add: New files. * man/po4a/Makefile.am (POFILES): Add po/sv.po. * man/po4a/po4a.cfg (po4a_langs): Add sv. * man/THANKS: Add translator credit. * .gitignore: Add man/sv/man1, man/sv/man5, and man/sv/man8.
* Fix tests when build fs does not support high-precision timestampsColin Watson2014-09-24
| | | | | | | | | | | | | | | * gnulib: Import nanosleep module. * configure.ac: Remove STAT_HAS_NSEC substitution. * src/tests/Makefile.am (TESTS_ENVIRONMENT): Stop exporting STAT_HAS_NSEC. (AM_CPPFLAGS, AM_CFLAGS, check_PROGRAMS, fspause_SOURCES, fspause_LDADD): Add. * src/tests/fspause.c: New file. * src/tests/mandb-2, src/tests/mandb-3, src/tests/mandb-4, src/tests/mandb-5: Call ./fspause rather than next_second. * src/tests/testlib.sh (next_second): Remove. * .gitignore: Add src/tests/.deps and src/tests/fspause. * NEWS: Document this.
* 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.
* * .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.