aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-09-20 12:35:05 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-09-20 12:35:05 +0000
commit0891f1ede52fc72aaa77a8c0cc29951f8552b6d1 (patch)
tree30774de80ef0d0e9d02d4f8198cb7b5d6d1b254a
parentfe973ba514ffbe9b793c1cf465d7427419607d3d (diff)
downloadcflow-0891f1ede52fc72aaa77a8c0cc29951f8552b6d1.tar.gz
cflow-0891f1ede52fc72aaa77a8c0cc29951f8552b6d1.tar.bz2
Update
-rw-r--r--doc/cflow.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cflow.texi b/doc/cflow.texi
index b7eb4b8..0acf1d2 100644
--- a/doc/cflow.texi
+++ b/doc/cflow.texi
@@ -1059,25 +1059,25 @@ flowcharts: @var{prog1}.cflow @var{prog2}.cflow ...
As an example, here are the relevant statements which we use in
@command{cflow} @file{src/Makefile.am}:
@smallexample
@group
EXTRA_DIST=cflow.rc
CFLOW_FLAGS=-i^s
cflow_CFLOW_INPUT=$(cflow_OBJECTS:.$(OBJEXT)=.c)
cflow.cflow: $(cflow_CFLOW_INPUT) cflow.rc Makefile
CFLOWRC=$(top_srcdir)/src/cflow.rc \
- cflow -o$@ $(CFLOW_FLAGS) $(DEFS) \
+ cflow -o$@@ $(CFLOW_FLAGS) $(DEFS) \
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) \
$(cflow_CFLOW_INPUT)
@end group
@end smallexample
@node Options, Emacs, Makefiles, Top
@chapter Complete Listing of @command{cflow} Options.
This chapter contains an alphabetical listing of all
@command{cflow} command line options, with brief descriptions and cross
references to more in-depth explanations in the body of the
manual. Both short and long option forms are listed, so you can use

Return to:

Send suggestions and report system problems to the System administrator.