[libfann] 228/242: moving files

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.

commit bd96ebb06a566ca65067fe9bf9150cd15726231b
Author: Steffen Nissen <lukesky at diku.dk>
Date:   Sun Dec 18 09:44:24 2005 +0000

    moving files
---
 Makefile.am                      | 9 ++-------
 MicrosoftVisualC++6.0/README.txt | 4 ++--
 doc/installation.txt             | 6 +++---
 3 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c4fef08..a7058a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = src
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = fann.pc
 
-EXTRA_DIST = benchmarks examples MSVC++ vs.net2003 src/include/config.h \
+EXTRA_DIST = benchmarks examples MicrosoftVisualC++6.0 vs.net2003 src/include/config.h \
 	debian/changelog debian/compat debian/control debian/copyright \
 	debian/docs debian/libfann2-dev.dirs debian/libfann2-dev.examples \
 	debian/libfann2-dev.files debian/libfann2-dev.install \
@@ -21,14 +21,9 @@ EXTRA_DIST = benchmarks examples MSVC++ vs.net2003 src/include/config.h \
 	python
 
 dist-hook:
-	rm -rf `find $(distdir) -name "*~" -o -name ".#*"`
+	rm -rf `find $(distdir) -name "*~" -o -name ".#*" -o -name "CVS"`
 	(cd $(distdir)/examples && make clean)
-	rm -rf `find $(distdir)/examples -name CVS`
 	(cd $(distdir)/python && make clean)
-	rm -rf `find $(distdir)/python -name CVS`
 	(cd $(distdir)/benchmarks && make clean)
-	rm -rf `find $(distdir)/benchmarks -name CVS`
-	rm -rf `find $(distdir)/MSVC++ -name CVS`
-	rm -rf `find $(distdir)/vs.net2003 -name CVS`
 	zip -9 -r $(distdir).zip $(distdir)
 	tar chojf $(distdir).tar.bz2 $(distdir)
diff --git a/MicrosoftVisualC++6.0/README.txt b/MicrosoftVisualC++6.0/README.txt
index 13419e6..f39fecb 100644
--- a/MicrosoftVisualC++6.0/README.txt
+++ b/MicrosoftVisualC++6.0/README.txt
@@ -1,5 +1,5 @@
 FANN >= 1.1.0 includes a Microsoft Visual C++ 6.0 project file, which can be used to compile FANN for Windows.  To build the library and examples with MSVC++ 6.0.
 
-First, navigate to the MSVC++ directory in the FANN distribution and open the all.dsw workspace.  In the Visual Studio menu bar, choose "Build" -> "Batch build...", select the project configurations that you would like to build (by default, all are selected), and press "rebuild all"
+First, navigate to the MicrosoftVisualC++6.0 directory in the FANN distribution and open the all.dsw workspace.  In the Visual Studio menu bar, choose "Build" -> "Batch build...", select the project configurations that you would like to build (by default, all are selected), and press "rebuild all"
 
-When the build process is complete, the library and examples can be found in the MSVC++\Debug and MSVC++\Release directories and the release versions of the examples are automatically copied into the examples where they are supposed to be run.
+When the build process is complete, the library and examples can be found in the MicrosoftVisualC++6.0\Debug directorie and the examples are automatically copied into the examples where they are supposed to be run. If all of the examples are not copied to the correct location, please compile them separately.
diff --git a/doc/installation.txt b/doc/installation.txt
index a0887f2..b0db5cc 100644
--- a/doc/installation.txt
+++ b/doc/installation.txt
@@ -12,11 +12,11 @@ Group: C Library Installation
 
 Topic: Windows Installation
 
-FANN >= 1.1.0 includes a Microsoft Visual C++ 6.0 project file, which can be used to compile FANN for Windows. To build the library and examples with MSVC++ 6.0.
+FANN >= 1.1.0 includes a Microsoft Visual C++ 6.0 project file, which can be used to compile FANN for Windows.  To build the library and examples with MSVC++ 6.0.
 
-First, navigate to the MSVC++ directory in the FANN distribution and open the all.dsw workspace. In the Visual Studio menu bar, choose "Build" -> "Batch build...", select the project configurations that you would like to build (by default, all are selected), and press "rebuild all"
+First, navigate to the MicrosoftVisualC++6.0 directory in the FANN distribution and open the all.dsw workspace.  In the Visual Studio menu bar, choose "Build" -> "Batch build...", select the project configurations that you would like to build (by default, all are selected), and press "rebuild all"
 
-When the build process is complete, the library and examples can be found in the MSVC++\Debug and MSVC++\Release directories and the release versions of the examples are automatically copied into the examples where they are supposed to be run.
+When the build process is complete, the library and examples can be found in the MicrosoftVisualC++6.0\Debug directorie and the examples are automatically copied into the examples where they are supposed to be run. If all of the examples are not copied to the correct location, please compile them separately.
 
 Topic: RPM Installation
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list