From dd10f02e485e07de9ff37ec096d156f51c2f62fc Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 25 Jan 2022 09:32:06 +0100 Subject: [PATCH] stub2ref do not generate .md --- bin/stub2ref | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/stub2ref b/bin/stub2ref index 37e55f2..78c7d17 100755 --- a/bin/stub2ref +++ b/bin/stub2ref @@ -22,10 +22,6 @@ if (!file_exists("$destination/$namespace.mdref")) { fprintf(STDERR, "Missing $destination/$namespace.mdref; generated default.\n"); file_put_contents("$destination/$namespace.mdref", "./%s") || exit -2; } -if (!file_exists("$destination/$namespace.md")) { - fprintf(STDERR, "Missing $destination/$namespace.md; hard linking README.md\n"); - link(dirname($argv[2]) . "/README.md", "$destination/$namespace.md") || exit -3; -} $inspector = new Inspector; $inspector->inspectNamespace($namespace); -- 2.30.2