]> granicus.if.org Git - graphviz/commit
Add support for -O which automatically generates output filenames
authorellson <devnull@localhost>
Mon, 26 Jun 2006 17:41:14 +0000 (17:41 +0000)
committerellson <devnull@localhost>
Mon, 26 Jun 2006 17:41:14 +0000 (17:41 +0000)
commit574e183b6caed4954702929a952c06c59a141a9e
treebb33deb9caebf1808badb9362f22b756092e0215
parentf6c191abd98236d556829579ed83654feba9c0f8
Add support for -O  which automatically generates output filenames
based on input filenames with a .'format' extension from -T'format'
e.g:
dot -Tgif -Tcmapx -O *.dot
lib/common/args.c
lib/common/emit.c
lib/common/input.c
lib/gvc/gvcommon.h
lib/gvc/gvcontext.c
lib/gvc/gvdevice.c
lib/gvc/gvrender.c