summaryrefslogtreecommitdiff
path: root/Makefile.maint
AgeCommit message (Collapse)Author
2002-09-20(announcement): Arrange to gpg-sign the message.Jim Meyering
Add a URL for each detached signature file.
2002-07-20Fix 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', sinceJim 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 haveJim Meyering
to duplicate that information.
2002-01-22header-check: fix it yet againJim 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-19Ensure 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-24Include 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-27Undo last change. Instead, simply remove `N_('.Jim Meyering
2001-08-26(copyright-check): Update to reflect fact thatJim 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-18Merge 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-14don't depend on xd-delta directlyJim Meyering
2001-07-14(rel-files): Define and factor.Jim Meyering
2001-07-14(emit-rsync-commands): Also emit code to rsync the .bz2 files.Jim Meyering
2001-07-14merge in a fix from autoconfJim Meyering
2001-07-14Create tar.bz2 files and include them in announcement.Jim Meyering
2001-07-14More changes from autoconf.Jim Meyering
2001-07-14(tgz-size): Also work for sizes in the kilobyte range.Jim Meyering
(GZIP_ENV): Add --best. (AMTAR): Define. (writable-files): Factor out ../release/ constant, and work (by creating it) even if such a directory doesn't exist.
2001-06-17Factor out definitions specific to fileutils,Jim Meyering
sh-utils, and textutils, so that other packages can use the framework.
2001-05-24Add definitions that let me factor the wget rule while still lettingJim Meyering
me accommodate the fact that these files reside in several different directories and come from different places. (wget-files): Define. (get-targets, *-local_dir, *-url_prefix): Likewise. (target, url, local_file): Convenience variables. ($(get-targets)): The factored rule.
2001-05-24fix typoJim Meyering
2001-05-24(move-if-change): Define.Jim Meyering
(wget-update): Use it in place of mv.
2001-05-24(wget-update): Have wget write to a temporary file,Jim Meyering
and replace the original only if wget succeeds. Also get ansi2nkr.c.
2001-05-21(wget-update): depcomp and missing are now in automake's lib/ subdirectory.Jim Meyering
2001-05-16(my-distcheck): Remove work-around kludge andJim Meyering
associated comment, now that automake has ben fixed.
2001-05-02(tgz-size, xd-size): Compute sizes.Jim Meyering
(announcement): Include sizes of .tar.gz and .xdelta files in the announcement.
2001-04-25(my-distcheck): Add a comment.Jim Meyering
2001-03-23(check-copyright): New target and rule.Jim Meyering
(alpha): Depend on it.
2001-03-16(wget-update): Also get `missing'.Jim Meyering
Use for-loops.
2001-03-09(my_distdir): Define new variable, and use thisJim Meyering
in place of most old uses of $(distdir).
2001-03-04(alpha): Use $(PACKAGE)-$(VERSION), not $(distdir),Jim Meyering
since the latter now has a `$(top_distdir)/' prefix.
2001-02-17fix typoJim Meyering
2001-02-11depend on writable-files po-check once againJim Meyering
2001-02-11(emit-rsync-commands): Define.Jim Meyering
(alpha): Use it here.