change installation
authorDavid Schleef <ds@schleef.org>
Thu, 13 Jul 2000 00:38:23 +0000 (00:38 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 13 Jul 2000 00:38:23 +0000 (00:38 +0000)
Makefile

index 7f1f92a5723fcfd2a5aeb71b99cbc65d57ae1617..7252921fdfcba5107a331a0e206d8c9a656bfdfc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -91,11 +91,11 @@ else
        # *** Please install by hand.
        # ***
 endif
-       install -m 755 comedi_config/comedi_config ${INSTALLDIR}/sbin
-       install -d ${INSTALLDIR}/include
-       (cd include;install -m 644 comedi.h ${INSTALLDIR}/include)
-       install man/comedi.7 ${INSTALLDIR}/man/man7
-       install man/comedi_config.8 ${INSTALLDIR}/man/man8
+#      install -m 755 comedi_config/comedi_config ${INSTALLDIR}/sbin
+#      install -d ${INSTALLDIR}/include
+#      (cd include;install -m 644 comedi.h ${INSTALLDIR}/include)
+#      install man/comedi.7 ${INSTALLDIR}/man/man7
+#      install man/comedi_config.8 ${INSTALLDIR}/man/man8
 #      install -d ${INSTALLDIR}/doc/comedi
 #      install ${DOCFILES} ${INSTALLDIR}/doc/comedi