From mboxrd@z Thu Jan 1 00:00:00 1970 From: gjb@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile guile-doc-snarf.awk ... Date: Mon, 13 Dec 1999 13:32:00 -0000 Message-id: <19991213213237.30047.qmail@sourceware.cygnus.com> X-SW-Source: 1999-q4/msg00155.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: gjb@sourceware.cygnus.com 99/12/13 13:32:37 Modified files: guile-core/libguile: guile-doc-snarf.awk guile-doc-snarf.in Log message: * guile-doc-snarf.in: Do not echo to stdout since the output now gets stuck directly in the files instead of redirected from stdout. * guile-doc-snarf.awk: Escape a literal ) -- thanks Ryan Yeske. Use print instead of printf to prime the .x file since AIX's cpp has problems with #include-ing empty files (according to the old guile-snarf.in file).