From: compudj Date: Wed, 21 Sep 2005 21:48:31 +0000 (+0000) Subject: little change X-Git-Tag: v0.12.20~2238 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=29f07f68f8a68ae220bc9e005aada256f6a78fa8;p=lttv.git little change git-svn-id: http://ltt.polymtl.ca/svn@1251 04897980-b3bd-0310-b5e0-8ef037075253 --- 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