fix process names
[lttv.git] / ltt / branches / poly / lttv / lttv / Makefile.am
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.023851 seconds and 4 git commands to generate.