diff src/DLD-FUNCTIONS/svd.cc @ 8517:81d6ab3ac93c

Allow documentation tobe built for other formats than tex and info
author sh@sh-laptop
date Wed, 14 Jan 2009 20:44:25 -0500
parents 87865ed7405f
children eb63fbe60fab
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/svd.cc	Wed Jan 14 16:49:45 2009 -0500
+++ b/src/DLD-FUNCTIONS/svd.cc	Wed Jan 14 20:44:25 2009 -0500
@@ -50,12 +50,12 @@
 $$\n\
 @end tex\n\
 @end iftex\n\
-@ifinfo\n\
+@ifnottex\n\
 \n\
 @example\n\
 A = U*S*V'\n\
 @end example\n\
-@end ifinfo\n\
+@end ifnottex\n\
 \n\
 The function @code{svd} normally returns the vector of singular values.\n\
 If asked for three return values, it computes\n\
@@ -64,9 +64,9 @@
 $U$, $S$, and $V$.\n\
 @end tex\n\
 @end iftex\n\
-@ifinfo\n\
+@ifnottex\n\
 U, S, and V.\n\
-@end ifinfo\n\
+@end ifnottex\n\
 For example,\n\
 \n\
 @example\n\