X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=Makefile.am;h=da4060354d19c242caab8f0c4f35e2572c584ed6;hb=b22f4f42754d465f62489045f99b1066275ae59b;hp=89c23b15638c37aa241f430e4791c7469e47c3de;hpb=1111bb0f69e3c01c9264b19cbc7d2a8a02eeb569;p=lttv.git diff --git a/Makefile.am b/Makefile.am index 89c23b15..da406035 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,13 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = ltt lttv doc +SUBDIRS = lttv doc EXTRA_DIST = LTTngManual.html + +sandwich: + @if [ -z "$$SUDO_COMMAND" ]; then echo "What? Make it yourself.";\ + echo ""; \ + echo "http://xkcd.com/149"; else echo "Okay."; \ + echo ""; \ + echo "http://en.wikibooks.org/wiki/Cookbook:Sandwiches"; fi +