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 ...
1059 1059
1060 As an example, here are the relevant statements which we use in 1060 As an example, here are the relevant statements which we use in
1061@command{cflow} @file{src/Makefile.am}: 1061@command{cflow} @file{src/Makefile.am}:
1062 1062
1063@smallexample 1063@smallexample
1064@group 1064@group
1065EXTRA_DIST=cflow.rc 1065EXTRA_DIST=cflow.rc
1066 1066
1067CFLOW_FLAGS=-i^s 1067CFLOW_FLAGS=-i^s
1068cflow_CFLOW_INPUT=$(cflow_OBJECTS:.$(OBJEXT)=.c) 1068cflow_CFLOW_INPUT=$(cflow_OBJECTS:.$(OBJEXT)=.c)
1069cflow.cflow: $(cflow_CFLOW_INPUT) cflow.rc Makefile 1069cflow.cflow: $(cflow_CFLOW_INPUT) cflow.rc Makefile
1070 CFLOWRC=$(top_srcdir)/src/cflow.rc \ 1070 CFLOWRC=$(top_srcdir)/src/cflow.rc \
1071 cflow -o$@ $(CFLOW_FLAGS) $(DEFS) \ 1071 cflow -o$@@ $(CFLOW_FLAGS) $(DEFS) \
1072 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 1072 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
1073 $(CPPFLAGS) \ 1073 $(CPPFLAGS) \
1074 $(cflow_CFLOW_INPUT) 1074 $(cflow_CFLOW_INPUT)
1075@end group 1075@end group
1076@end smallexample 1076@end smallexample
1077 1077
1078@node Options, Emacs, Makefiles, Top 1078@node Options, Emacs, Makefiles, Top
1079@chapter Complete Listing of @command{cflow} Options. 1079@chapter Complete Listing of @command{cflow} Options.
1080 This chapter contains an alphabetical listing of all 1080 This chapter contains an alphabetical listing of all
1081@command{cflow} command line options, with brief descriptions and cross 1081@command{cflow} command line options, with brief descriptions and cross
1082references to more in-depth explanations in the body of the 1082references to more in-depth explanations in the body of the
1083manual. Both short and long option forms are listed, so you can use 1083manual. Both short and long option forms are listed, so you can use

Return to:

Send suggestions and report system problems to the System administrator.