Ralf Angeli <[EMAIL PROTECTED]> writes: >> Perhaps just use the duplication >> >> if test "x$(preview_enabled)" = yes; then \ > ^^^ > xyes
Uh, yes. >> $(ELCC) ... tex-site.el preview/auto.el ; \ >> else \ >> $(ELCC) ... tex-site.el ; \ >> fi && \ >> >> ? >> >> Sure, more wordy, but not much so. > > Does the if..else..fi statement play along with &&? That means, does > it always return `true' if the respective statement was executed (and > `false' likewise)? Yes. As opposed to if .. fi which might on some sick shells return false if the condition is false. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
