From 9e83149a9b2486c68a114ac554e747c49de8d1ca Mon Sep 17 00:00:00 2001 From: BlackLight Date: Mon, 22 Nov 2010 19:04:35 +0100 Subject: [PATCH] Adding neural DTD to Makefile --- Makefile.am | 1 + Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index fd8bfed..a79e0f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,6 +64,7 @@ fi cp -rf "${PWD}/corr_modules/"* "${SHARE_PREFIX}/corr_modules" install -m 0644 "${PWD}/htdocs/index.html" "${SHARE_PREFIX}/htdocs" install -m 0644 "${PWD}/htdocs/manual_correlations.dtd" "${SHARE_PREFIX}/htdocs" + install -m 0644 "${PWD}/htdocs/neural_clusters.dtd" "${SHARE_PREFIX}/htdocs" install -m 0644 "${PWD}/htdocs/manual_correlations.xml" "${SHARE_PREFIX}/htdocs" install -m 0644 "${PWD}/htdocs/manual_uncorrelations.xml" "${SHARE_PREFIX}/htdocs" install -m 0755 "${PWD}/htdocs/pcap.cgi" "${SHARE_PREFIX}/htdocs" diff --git a/Makefile.in b/Makefile.in index c5dc893..1a02617 100644 --- a/Makefile.in +++ b/Makefile.in @@ -858,6 +858,7 @@ fi cp -rf "${PWD}/corr_modules/"* "${SHARE_PREFIX}/corr_modules" install -m 0644 "${PWD}/htdocs/index.html" "${SHARE_PREFIX}/htdocs" install -m 0644 "${PWD}/htdocs/manual_correlations.dtd" "${SHARE_PREFIX}/htdocs" + install -m 0644 "${PWD}/htdocs/neural_clusters.dtd" "${SHARE_PREFIX}/htdocs" install -m 0644 "${PWD}/htdocs/manual_correlations.xml" "${SHARE_PREFIX}/htdocs" install -m 0644 "${PWD}/htdocs/manual_uncorrelations.xml" "${SHARE_PREFIX}/htdocs" install -m 0755 "${PWD}/htdocs/pcap.cgi" "${SHARE_PREFIX}/htdocs"