From e6f1e2a82e2e856cddd70cb4e37901a78ec49d41 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Tue, 17 Feb 2009 05:02:08 +0000 Subject: [PATCH] Remove the Command Line Reference plugin from being distributed. It is no longer supported. svn: r12020 --- src/plugins/tool/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/tool/Makefile.am b/src/plugins/tool/Makefile.am index 85845fd5a..ff1b79f97 100644 --- a/src/plugins/tool/Makefile.am +++ b/src/plugins/tool/Makefile.am @@ -10,7 +10,6 @@ pkgdata_PYTHON = \ ChangeNames.py \ ChangeTypes.py \ Check.py \ - CmdRef.py \ Desbrowser.py \ Eval.py \ EventCmp.py \ @@ -30,6 +29,7 @@ pkgdata_PYTHON = \ SortEvents.py \ SoundGen.py \ Verify.py +# CmdRef.py \ # DumpGenderStats.py \ # PHPGedViewConnector.py \ # TestcaseGenerator.py