Untested.
Mon Sep 22 10:26:02 EST 2008 Trent W. Buck <[EMAIL PROTECTED]>
* Replace --without-docs with less ambiguous --without-manual (issue1082).
It's confusing for ./configure --without-docs to complain about missing
haddock.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
New patches:
[Replace --without-docs with less ambiguous --without-manual (issue1082).
Trent W. Buck <[EMAIL PROTECTED]>**20080922002602
It's confusing for ./configure --without-docs to complain about missing haddock.
] hunk ./configure.ac 341
dnl Find latex and friends
- -AC_MSG_CHECKING([whether to build docs])
- -AC_ARG_WITH(docs,
- - AS_HELP_STRING([--without-docs],
- - [do not try to build docs]),
- - ,with_docs=yes)
- -AC_MSG_RESULT($with_docs)
+AC_MSG_CHECKING([whether to build manual])
+AC_ARG_WITH(manual,
+ AS_HELP_STRING([--without-manual],
+ [do not try to build manual]),
+ ,with_manual=yes)
+AC_MSG_RESULT($with_manual)
hunk ./configure.ac 348
- -if test "$with_docs" = "yes"; then
+if test "$with_manual" = "yes"; then
AC_CHECK_PROG(LATEX, latex, latex)
if test -z "$LATEX"; then
AC_MSG_WARN([Cannot find latex in your path!])
Context:
[manual: add an example of record --pipe prompts similar to tag --pipe docs
Simon Michael <[EMAIL PROTECTED]>**20080918205353]
[user manual corrections regarding what record and tag --pipe prompt for
Simon Michael <[EMAIL PROTECTED]>**20080918204500]
[clarify the short help for --pipe
Simon Michael <[EMAIL PROTECTED]>**20080918193717]
[Use gmakeisms for prettier output.
Trent W. Buck <[EMAIL PROTECTED]>**20080919071358]
[Spaces in Darcs.Arguments.
Dmitry Kurochkin <[EMAIL PROTECTED]>**20080919150440]
[Spaces in Darcs.Commands.Send.
Dmitry Kurochkin <[EMAIL PROTECTED]>**20080919150139]
[Spaces in Darcs.Commands.Pull.
Dmitry Kurochkin <[EMAIL PROTECTED]>**20080919145812]
[Spaces in Darcs.Commands.Push.
Dmitry Kurochkin <[EMAIL PROTECTED]>**20080919145553]
[Print "We have the following patches to send:" only when we really have somthing to send.
Dmitry Kurochkin <[EMAIL PROTECTED]>**20080919114229]
[fix changes.pl test (translating to bash)
David Roundy <[EMAIL PROTECTED]>**20080917182432
Ignore-this: 5f8bc7e1f9eadc073402a935142281c4
This test made assumptions such as that darcs wouldn't ever add a long
comment to its internal representation of changes, which are now
broken.
]
[hokey fix to allow unit tests to generate random input.
David Roundy <[EMAIL PROTECTED]>**20080917170913
Ignore-this: 31e847e82eef741f4c6cc857fd79a245
A nicer fix would be to move namepatch and patchinfo into some sort of
random-number monad rather than leaving them in IO and using
unsafePerformIO in the example-generation scripts.
]
[resolve issue27: add junk to patch identifiers.
David Roundy <[EMAIL PROTECTED]>**20080917154657
Ignore-this: b91ab6f6e05e0fda25488fa51653b741
]
[TAG 2.0.3pre1
Eric Kow <[EMAIL PROTECTED]>**20080918023645]
Patch bundle hash:
f21d52ea8ce9d441549088619f2f816e9febaa87
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkjW6fAACgkQLpef9iTtxAafuwCgiGSL6m4DlAlTt5H7vG4mNhbo
yrkAoPcBL94VgzCEqcTGVsbv2EgLNFcE
=vG02
-----END PGP SIGNATURE-----
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users