From 29f07f68f8a68ae220bc9e005aada256f6a78fa8 Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 21 Sep 2005 21:48:31 +0000 Subject: [PATCH] little change git-svn-id: http://ltt.polymtl.ca/svn@1251 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/QUICKSTART | 2 +- ltt/branches/poly/lttv/lttv/Makefile.am | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index d497b4df..bfb16b5e 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -137,7 +137,7 @@ root). Start tracing : -lttctl -n trace -d -l /mnt/relayfs/ltt -t /tmp/trace1 +lttctl -n trace -d -l /mnt/relayfs/ltt -t /tmp/trace Stop tracing and destroy trace channels : diff --git a/ltt/branches/poly/lttv/lttv/Makefile.am b/ltt/branches/poly/lttv/lttv/Makefile.am index 86bca39c..058e6427 100644 --- a/ltt/branches/poly/lttv/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/lttv/Makefile.am @@ -50,6 +50,14 @@ lttv_real_SOURCES = batchtest.c main.c module.c option.c \ iattribute.c state.c stats.c \ tracecontext.c traceset.c filter.c print.c +#man_MANS = lttv.1 +#EXTRA_DIST = lttv.1 + +#install-data-hook: +# cd $(DESTDIR)$(mandir)/man1 && \ +# $(LN_S) -f lttv.1 lttv-gui.1 \ +# $(LN_S) -f lttv.1 lttv.real.1 + if LTTVSTATIC lttv_real_LDFLAGS = -profile -static endif -- 2.34.1