diff options
author | <rob.taylor@collabora.co.uk> | 2006-01-16 13:29:23 +0000 |
---|---|---|
committer | <rob.taylor@collabora.co.uk> | 2006-01-16 13:29:23 +0000 |
commit | 36b92d159c807fca4fe1926286b8e1a94557087e (patch) | |
tree | 86fc3c534ab8d3e073a3c33d8f6a63b0de5f8492 /doc | |
parent | e4767eb6ee4ea2fa2615635c54886b85bd764180 (diff) |
removed as-yet unwritten recieve sequence diagram generation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ee319fe..4289abe 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,7 +2,7 @@ CLEANFILES = if MAKE_SEQ_DIAS -SEQ_DIA_PICS = make-call.pic recieve-call.pic +SEQ_DIA_PICS = make-call.pic SEQ_DIA_PNGS = $(patsubst %.pic,%.png,$(SEQ_DIA_PICS)) CLEANFILES += $(SEQ_DIA_FILES) |