- Jan 05, 2018
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
this is more consistent with GNU coding convention and avoids spurious use of git-version-gen by gnulib's build-aux
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
hello, world -> hello, *compliant* world
-
- Nov 16, 2014
-
-
Sami Kerola authored
* NEWS: Record release date.
-
Sami Kerola authored
-
- Oct 29, 2014
-
-
Sami Kerola authored
* bootstrap: print more diagnostics for missing programs Signed-off-by: Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
* gnulib: jump 120 commits a head Signed-off-by: Sami Kerola <kerolasa@iki.fi>
-
- Aug 20, 2014
-
-
Sami Kerola authored
* Makefile.am: prefer TESTS_ENVIRONMENT rather than AM_TESTS_ENVIRONMENT to avoid problems with older automake versions. For example Travis-CI is not working because of this issue, or Debian stable cannot be used to build upstream GNU Hello. * configure.ac: automake 1.12 or newer will not allow combination of parallel-tests and TESTS_ENVIRONMENT. Reference: http://lists.gnu.org/archive/html/bug-hello/2014-07/msg00003.html
-
- Jul 26, 2014
-
-
A. Gordon authored
* configure.ac: detect compilation under git (vs tarball), and cross-compilation. * Makefile.am: 1) re-generate (and clean) man-page only when building from git. 2) if building from git AND cross-compiling, don't add target for man-page - there's no way to generate it. Possible future improvement: If cross-compliing from git, AND user have 'binfmt' configured to run non-native binaries, then the man-page can be generated. Reference: http://lists.gnu.org/archive/html/bug-hello/2014-07/msg00001.html
-
- May 04, 2014
-
-
Jim Meyering authored
* bootstrap.conf (gnulib_modules): Add update-copyright, so that each year we can run "make update-copyright". Otherwise, that rule fails due to the absence of the file in build-aux.
-
Jim Meyering authored
* Makefile.am (gen-ChangeLog): Clear amend_git_log when we don't set it, so that an envvar setting cannot cause trouble.
-
- Apr 20, 2014
-
-
Sami Kerola authored
* build-aux/git-log-fix: ditto
-
Pádraig Brady authored
* Makefile.am (gen_changelog): Make git-log-fix optional. Also only remove existing Changelog on successful completion of gitlog-to-changelog and propogate exit status appropriately.
-
Sami Kerola authored
I should have used patch sent by Pádraig Brady to GNU Hello maillist. This reverts commit fb1c5fbd.
-
Sami Kerola authored
* gnulib: jump 56 commits a head
-
Sami Kerola authored
* Makefile.am (gen-ChangeLog): Check the git-log-fix file is present before trying to use it. This change was made to coreutils by Pádraig Brady and copied to GNU Hello as-is. * build-aux/git-log-fix: Add example how to use git-log-fix file.
-
- Mar 13, 2014
-
-
Jim Meyering authored
* doc/hello.texi: Replace itemized copyright year numbers with an equivalent range, to placate a "make syntax-check" rule.
-
Jim Meyering authored
* po/POTFILES.in: Remove src/system.c: it no longer contains any translatable strings.
-
Jim Meyering authored
-
Jim Meyering authored
* Makefile.am (hello.1): In Makefile rules, never redirect directly to the target. Instead, redirect to a temporary, $@-t, and once that succeeds, rename to target using "mv -f". Also, since this is a generated file, explicitly make it read-only, so one is less likely to think it is an editable primary source. Reported by Assaf Gordon.
-
- Jan 13, 2014
-
-
Sami Kerola authored
* .gitignore: ignore 'make po-check' files * Makefile.am: ignore gnulib/ directory contents when po-check'ing * po/POTFILES.in: add file po-check found not to be part of translations
-
Sami Kerola authored
* gnulib: jump 319 commits a head
-
Sami Kerola authored
* man/hello.x: ditto
-
Sami Kerola authored
* bootstrap.conf: add error module * src/hello.c: use error() where needed
-
- Dec 31, 2013
-
-
Sami Kerola authored
* .gitignore: ignore test-suite.log * tests/Makefile.am: remove unnecessary file
-
- Dec 29, 2013
-
-
Sami Kerola authored
* src/hello.c: remove --next-generation print out format * man/hello.x: remove --next-generation related BUG item * Makefile.am: remove --next-generation test * doc/hello.texi: remove --next-generation documentation * tests/multiline-box-1: removal * tests/last-1: remove use of -n option Karl Berry proposed the removal.
-
- Dec 25, 2013
-
-
Sami Kerola authored
Makefile.am: this file was updated in 2013 README: likewise cfg.mk: likewise src/system.h: likewise tests/last-1: likewise
-
Sami Kerola authored
* po/.gitignore: ignore generated po files * po/<various>: remove generated files
-
- Dec 12, 2013
-
-
Sami Kerola authored
* Makefile.am: make help2man to use include file * man/hello.x: description of the issue
-
Reuben Thomas authored
-
- Dec 04, 2013
-
-
Sami Kerola authored
* Makefile.am: add test * src/hello.c: add new function print_box() * tests/multiline-box-1: test multiline printing
-
- Nov 30, 2013
-
-
Sami Kerola authored
* README: add patching process segment
-
- Nov 20, 2013
-
-
Reuben Thomas authored
-
Sami Kerola authored
* .gitignore: ignore generated file * ChangeLog.O: move contents of old ChangeLog to archive file * Makefile.am: add generation of ChangeLog to dist-hook * bootstrap.conf: add gitlog-to-changelog module * build-aux/.gitignore: ignore gitlog-to-changelog * build-aux/git-log-fix: add filter file
-
Sami Kerola authored
* README-alpha: remove file as asked in TODO file * TODO: update file
-
Sami Kerola authored
* .gitignore: use absolute repository paths when possible
-
Sami Kerola authored
* .gitignore: update paths * Makefile.am: collect build rules to this file * bootstrap.conf: use new module * build-aux/.gitignore: ignore new module * configure.ac: remove old Makefiles * contrib/Makefile.am: remove * doc/Makefile.am: remove * doc/local.mk: add texi rules * lib/local.mk: add phony target * src/Makefile.am: remove
-