summaryrefslogtreecommitdiff
path: root/docs/HACKING
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-11-17 19:27:00 +0000
committerColin Watson <cjwatson@debian.org>2008-11-17 19:27:00 +0000
commit421e7cc8d10d7d365ae0e0b91531d31018d36773 (patch)
tree9361c130037b4c79fbcbf9d861099b31f0f786c1 /docs/HACKING
parentbabd9eab2862f58f09781bc2da1e52bc329f6854 (diff)
* configure.ac: Now that we use the ISO 8601 date format rather than
language-specific date variants, there'\''s no reason to call out to date (using options specific to GNU date) to format the date string, so just hardcode it. * docs/HACKING (Release process): datemark -> date.
Diffstat (limited to 'docs/HACKING')
-rw-r--r--docs/HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HACKING b/docs/HACKING
index dc79c41f..8e5103f5 100644
--- a/docs/HACKING
+++ b/docs/HACKING
@@ -157,8 +157,8 @@ Release process
4. Ensure that docs/NEWS and docs/man-db.lsm are up to date. Commit.
-5. Update the AC_INIT version number and 'datemark' in configure.ac, but
- don't commit yet.
+5. Update the AC_INIT version number and 'date' in configure.ac, but don't
+ commit yet.
6. Run ./release.sh, which will spit out a tarball. Test it.