# HG changeset patch # User jwe # Date 1111721795 0 # Node ID 3589aff4a35d364d63fd6b4038f0972eed0ebc15 # Parent a34c3c5c37cf0c5547c7719ebc6ce10e0f63b103 [project @ 2005-03-25 03:36:13 by jwe] diff -r a34c3c5c37cf -r 3589aff4a35d src/ChangeLog --- a/src/ChangeLog Fri Mar 25 03:30:12 2005 +0000 +++ b/src/ChangeLog Fri Mar 25 03:36:35 2005 +0000 @@ -1,5 +1,7 @@ 2005-03-24 John W. Eaton + * DLD-FUNCTIONS/__glpk__.cc (F__glpk__): Texinfoize doc string. + * Makefile.in (install-oct): Always create $(octfiledir) and install PKG_ADD file there. diff -r a34c3c5c37cf -r 3589aff4a35d src/DLD-FUNCTIONS/__glpk__.cc --- a/src/DLD-FUNCTIONS/__glpk__.cc Fri Mar 25 03:30:12 2005 +0000 +++ b/src/DLD-FUNCTIONS/__glpk__.cc Fri Mar 25 03:36:35 2005 +0000 @@ -409,8 +409,11 @@ while (0) DEFUN_DLD (__glpk__, args, , - "__glpk__: internal interface for the GLPK library.\n\ -You should be using using glpk instead") + "-*- texinfo -*-\n\ +@deftypefn {Loadable Function} {[@var{values}] =} __glpk__ (@var{args})\n\ +Internal interface for the GNU GLPK library.\n\ +You should be using using the @code{glpk} function instead.\n\ +@end deftypefn") { // The list of values to return. See the declaration in oct-obj.h octave_value_list retval;