summaryrefslogtreecommitdiff
path: root/Makefile.maint
AgeCommit message (Collapse)Author
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.
2001-02-10(alpha): Fix previous, incomplete change.Jim Meyering
2001-02-03(a_host): Use fencepost.Jim Meyering
(real_dir): Use the same name for both. (alpha): Print commands for both hosts.
2000-12-03(alpha): Use rsync rather than scp, so the destinationJim Meyering
file is created only after the successful completion of the copy.
2000-11-27add an echoJim Meyering
2000-11-17(sha1): Define.Jim Meyering
(announcement): Include SHA1 digest of .tar.gz file.
2000-11-11(GZIP_ENV): Define to --no-name, so the timestampJim Meyering
is not included in the .tar.gz file.
2000-11-11(announcement): Limit depth of ChangeLog `find' to 2.Jim Meyering
2000-10-23Clean up version-related variables.Jim Meyering
2000-09-25(prev_version_file): Define and use.Jim Meyering
2000-09-25(PREV_VERSION): Get the value from a file, ratherJim Meyering
than trying to derive it from the current version number. This is much more robust. (alpha): Record just-released version number in `.version', and commit (post-tag).
2000-09-25*** empty log message ***Jim Meyering
2000-09-25*** empty log message ***Jim Meyering
2000-09-10(b_host): Use freefriends.org, not tug.org.Jim Meyering
2000-09-09(announcement): Use a stricter regexp for the previous version.Jim Meyering
2000-08-20remove blank lineJim Meyering
2000-08-20*** empty log message ***Jim Meyering
2000-07-17(WGET): Define.Jim Meyering
(ftp-gnu): Define. (wget-update): New rule, based on the one in autoconf.
2000-06-06(alpha_subdir): Factor out `gnu/fetish'.Jim Meyering
2000-05-04(my-distcheck): Remove spurious blank line.Jim Meyering
Remove $(DEPDIR) *after* making distclean, not before.