From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.8 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: cmogstored-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 457C32062D for ; Fri, 20 Nov 2015 21:36:16 +0000 (UTC) From: Eric Wong To: cmogstored-public@bogomips.org Subject: [PATCH] Makefile.am: distribute txt2pre in tarball Date: Fri, 20 Nov 2015 21:36:16 +0000 Message-Id: <20151120213616.24937-1-e@80x24.org> List-Id: Oops. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2ad5d73..ad44412 100644 --- a/Makefile.am +++ b/Makefile.am @@ -238,7 +238,7 @@ EXTRA_DIST = $(RB_TESTS) $(RL_CGEN) $(RL_ALL) $(PERL_TESTS) $(extra_doc) \ test/test_helper.rb test/iostat-mock.rb \ test/.gitignore test/gen-slow.sh test/slow.mk \ cmogstored.x .ctags $(SLOW_RB_FILES) \ - build-aux/.gitignore build-aux/snippet/.gitignore \ + build-aux/.gitignore build-aux/snippet/.gitignore build-aux/txt2pre \ tests/.gitignore \ $(top_srcdir)/.version $(top_srcdir)/.gnulib-version \ test/valgrind.supp nostd/README \ -- EW