Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-03 | (THIS_VERSION_REGEXP, PREV_VERSION_REGEXP): Remove now-unused variables. | Jim Meyering | |
2003-02-25 | (announcement): Now that ChangeLog entries | Jim Meyering | |
are output by announce-gen, don't do it here. | |||
2003-02-22 | (beta, major): New targets. Remove `release'. | Jim Meyering | |
Put them all together on a line. Pass the release type (via RELEASE_TYPE envvar) to the MAKE invocation of `announcement'. (announcement): Invoke announce-gen with --release-type=$RELEASE_TYPE. | |||
2003-02-22 | (news-r1, news-r2): Remove now-unused definitions. | Jim Meyering | |
2003-02-22 | (announcement): Now that NEWS entries are | Jim Meyering | |
extracted by announce-gen, don't do it here. | |||
2003-02-21 | Merge in changes from autoconf's version of this file. | Jim Meyering | |
(www-gnu): Define. (standards.texi-url_prefix): Use $(www-gnu). (make-stds.texi-url_prefix): Likewise. | |||
2003-02-02 | (makefile_path_separator_check): New rule. | Jim Meyering | |
(local-check): Add it to the list. | |||
2003-01-20 | (mail_gpg_sign_cookie): Remove now-unused definition. | Jim Meyering | |
2003-01-12 | exit nonzero for any failure | Jim Meyering | |
2003-01-12 | (cvs-update): Skip any file with local modifications. | Jim Meyering | |
2002-12-13 | (announcement): Invoke announce-gen. | Jim Meyering | |
2002-11-15 | (mail_gpg_sign_cookie): Backslash-escape `#'. | Jim Meyering | |
(release): Rename from `alpha'. (alpha): Depend on release. | |||
2002-11-15 | (signatures): Define with ?=, so it's easy to override. | Jim Meyering | |
2002-11-14 | Duh. change use, too. | Jim Meyering | |
2002-11-14 | (mail_gpg_sign_cookie): Rename to use _'s, not -'s. | Jim Meyering | |
2002-11-14 | (mail-gpg-sign-cookie): Make optional. | Jim Meyering | |
(announcement): Use the new variable. | |||
2002-11-14 | Sync with Bison, i.e.: | Jim Meyering | |
(po-check): Scan .l and .y files instead of the .c and the .h files that they generate. This fixes the bug reported by Tim Van Holder in: <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html> Look for N_ as well as for _. Try to avoid matching #define for N_ and _. From Paul Eggert. | |||
2002-11-09 | Update from autoconf. | Jim Meyering | |
(AMTAR): Remove definition. (update, cvs-update, po-update, do-po-update): New rules. (wget-update): Update (thus renaming to cvs-update). (automake_repo): Use anoncvs@sources.redhat.com. | |||
2002-11-06 | (automake_repo): Use anoncvs@subversions.gnu.org. | Jim Meyering | |
2002-10-06 | (signatures): Define. | Jim Meyering | |
(%.sig): New rule. (announcement): Depend on $(signatures). | |||
2002-10-06 | (announcement): Output all URLs for detached | Jim Meyering | |
signatures, not just the last one from the previous loop. | |||
2002-09-20 | (announcement): Arrange to gpg-sign the message. | Jim Meyering | |
Add a URL for each detached signature file. | |||
2002-07-20 | Fix typo in last change: add missing $ | Jim Meyering | |
2002-07-20 | (news-r1, news-r2): Define. Better regexp. | Jim Meyering | |
(announcement): Use them here. Also makes the line length < 80. | |||
2002-06-21 | (wget-update): Checkout into config/. | Jim Meyering | |
Warn when skipping a file. | |||
2002-03-10 | (GZIP, BZIP2): Remove definitions. | Jim Meyering | |
($(my_distdir).tar.bz2): Remove rule. Now, it's built by `make dist'. | |||
2002-03-03 | (tgz-size): Also handle a suffix of `K', since | Jim Meyering | |
the sizes in the output of `du -h' now look like `29K' | |||
2002-03-01 | (strftime-check): Add `N'. | Jim Meyering | |
2002-01-28 | (ac-check): Remove, now that we no longer have | Jim Meyering | |
to duplicate that information. | |||
2002-01-22 | header-check: fix it yet again | Jim Meyering | |
2002-01-22 | (header-check): Add `&& :'. | Jim Meyering | |
2002-01-21 | (header-check): New rule. | Jim Meyering | |
(local-check): Add header-check. | |||
2002-01-21 | (strftime-check): New rule. | Jim Meyering | |
(local-check): Convert this target to a list. Update uses. Mark them as .PHONY. | |||
2002-01-19 | Ensure that the two version numbers in configure.ac remain in sync. | Jim Meyering | |
(local-check): Depend on ac-check. (ac_p_pkg, AC_INIT_PKG): Define. (ac_p_ver, AC_INIT_VER): Define. (ac-check): New rule. | |||
2001-12-17 | (url_dir_list): Don't set define it here, but... | Jim Meyering | |
2001-12-17 | (real_dir): Remove unused variable. | Jim Meyering | |
2001-12-02 | (emit-upload-commands): Fix typo: s/distdir/PACKAGE/. | Jim Meyering | |
2001-12-01 | (po-check): Check for uses of _() not just in .c files, but also in .h files. | Jim Meyering | |
2001-11-24 | Include signatures for the xdelta file, too. | Jim Meyering | |
2001-11-24 | (emit-upload-commands): Rename from emit-rsync-commands. | Jim Meyering | |
Output only the package name and the prev and current version numbers. | |||
2001-09-29 | (wget-update): Add mkinstalldirs. | Jim Meyering | |
2001-09-02 | (alpha): Depend on local-check so that they run a little earlier. | Jim Meyering | |
2001-08-27 | Undo last change. Instead, simply remove `N_('. | Jim Meyering | |
2001-08-26 | (copyright-check): Update to reflect fact that | Jim Meyering | |
the copyright year is now defined separately. | |||
2001-08-18 | ($(v_etc_file)): Define. | Jim Meyering | |
(copyright-check): Use the new variable. (my-distcheck): Depend on local-check so those checks are once again run by `make distcheck'. | |||
2001-08-18 | Merge in changes from autoconf. | Jim Meyering | |
2001-08-13 | (author_mark_check): New rule. | Jim Meyering | |
(local-check): Depend on it. | |||
2001-08-07 | (m4-check): New rule. | Jim Meyering | |
(local-check): Depend on it. | |||
2001-07-14 | don't depend on xd-delta directly | Jim Meyering | |
2001-07-14 | (rel-files): Define and factor. | Jim Meyering | |