shithub: mc

Download patch

ref: a8e7cff8503ba81955e63546e7c4328cee5490c6
parent: 134d1ae9730f1aab24681285edfc452b4ac1aeee
author: Ori Bernstein <ori@markovcorp.com>
date: Fri Jan 13 06:19:28 EST 2017

Remove obsolete makefile, replace with bld.sub

--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,6 @@
       6 \
       muse \
       rt \
-      doc
 
 EXTRA=buildmyr
 EXTRACLEAN=cleanmyr
--- a/bld.proj
+++ b/bld.proj
@@ -4,5 +4,6 @@
 	test
 	bench
 	support
+	doc
 ;;
 
--- a/doc/Makefile
+++ /dev/null
@@ -1,6 +1,0 @@
-INSTMAN=6m.1 \
-    muse.1 \
-
-include ../config.mk
-include ../mk/c.mk
-
--- /dev/null
+++ b/doc/bld.sub
@@ -1,0 +1,4 @@
+man =
+	6m.1
+	muse.1
+;;