gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1848: add blurb for cflow


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1848: add blurb for cflow
Date: Wed, 30 Jan 2013 22:56:17 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1848
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-30 22:56:17 +0100
message:
  add blurb for cflow
modified:
  gnu/cflow/Makefile
=== modified file 'gnu/cflow/Makefile'
--- a/gnu/cflow/Makefile        2012-12-16 22:02:50 +0000
+++ b/gnu/cflow/Makefile        2013-01-30 21:56:17 +0000
@@ -3,11 +3,18 @@
 GARVERSION = 1.4
 HOME_URL = http://www.gnu.org/software/cflow/
 DESCRIPTION = A tool to analyze the control flow of C programs
+define BLURB
+ cflow analyzes C source files and produces a graph charting the
+ control flow of the program.  It can output the graph in several 
+ styles and in either the POSIX format or in an extended GNU format.
+ cflow also includes a major mode for Emacs for examining the
+ flowcharts that it produces.
+endef
 
 ######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = cflow/
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 


reply via email to

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