From 7c9df043f8a5684e58033e2939f03e0dc2d22dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sj=C3=B6lund?= Date: Tue, 27 Jan 2015 18:57:13 +0000 Subject: [PATCH] #3106 We no longer install txt-files as documentation git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- Makefile.common | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index e6d67c6f4cd..97b88614472 100644 --- a/Makefile.common +++ b/Makefile.common @@ -372,7 +372,6 @@ install: install-dirs install-python cp -p COPYING ${INSTALL_DOCDIR}/omc/ # Documents cp -p ${builddir_doc}/omc/*.pdf ${INSTALL_DOCDIR}/omc/ - cp -p ${builddir_doc}/omc/*.txt ${INSTALL_DOCDIR}/omc/ cp -p ${builddir_doc}/omc/testmodels/* ${INSTALL_DOCDIR}/omc/testmodels/ test ! -d ${builddir_doc}/omedit/ || cp -p ${builddir_doc}/omedit/* ${INSTALL_DOCDIR}/omedit/ # man pages