little change
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 21 Sep 2005 21:48:31 +0000 (21:48 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 21 Sep 2005 21:48:31 +0000 (21:48 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1251 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/QUICKSTART
ltt/branches/poly/lttv/lttv/Makefile.am

index d497b4df6d926345dce5e744a1c3895f8d4ed49d..bfb16b5ee126cc4a1b30999fd35a49859e7bf41a 100644 (file)
@@ -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 :
 
index 86bca39c566435873e1b9b94f65b335d80e8f777..058e642712feb49318f702b2501c3358e98216aa 100644 (file)
@@ -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
This page took 0.024696 seconds and 4 git commands to generate.