guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile guile-doc-snarf.in


From: Thien-Thi Nguyen
Subject: guile/guile-core/libguile guile-doc-snarf.in
Date: Thu, 10 May 2001 16:34:33 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <address@hidden>       01/05/10 16:34:33

Modified files:
        guile-core/libguile: guile-doc-snarf.in 

Log message:
        Update copyright.
        Fix relative path bug.  Thanks to Sergey Poznyakoff.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/guile-doc-snarf.in.diff?cvsroot=OldCVS&tr1=1.16&tr2=1.17&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/guile-doc-snarf.in
diff -u guile/guile-core/libguile/guile-doc-snarf.in:1.16 
guile/guile-core/libguile/guile-doc-snarf.in:1.17
--- guile/guile-core/libguile/guile-doc-snarf.in:1.16   Wed Feb 21 12:15:15 2001
+++ guile/guile-core/libguile/guile-doc-snarf.in        Thu May 10 16:34:33 2001
@@ -1,18 +1,18 @@
 #!/bin/sh
 # Extract the initialization actions for builtin things.
 #
-#  Copyright (C) 1999, 2000 Free Software Foundation, Inc.
-# 
+#  Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2, or (at your option)
 # any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this software; see the file COPYING.  If not, write to
 # the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
@@ -40,9 +40,11 @@
 test -n "${AWK+set}" || AWK="@AWK@"
 
 ## Must run guile-func-name-check on the unpreprocessed source
-${AWK} -f guile-func-name-check "$fullfilename"
+${AWK} -f `dirname $0`/guile-func-name-check "$fullfilename"
 
 ## We must use a temporary file here, instead of a pipe, because we
 ## need to know if CPP exits with a non-zero status.
 ${CPP} -DSCM_MAGIC_SNARFER "$@" > ${temp} || exit $?
 cut -c1-1023 ${temp} | ${AWK} -f `dirname $0`/guile-snarf.awk ${dot_doc}
+
+# guile-doc-snarf ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]