UseLATEX/tests/MultiDotFilename
Anatoly Borodin fb07aa109f Require CMake version >= 2.8.4
The newest 3.* CMake versions may be missing in some distributions.

The most recent feature required by UseLATEX and its tests is
ced1d5eccd:
"Skip file-level dependencies on custom targets (#11332)". The commit is
included in the release version 2.8.4.

The following error messages are produced during compilation with
earlier CMake versions:

	[100%] Built target UseLATEX_pdf
	make[2]: *** No rule to make target `UseLATEX_pdf', needed by `UseLATEX_build/CMakeFiles/UseLATEX'.  Stop.

Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
2015-07-23 22:40:31 +02:00
..
CMakeLists.txt Require CMake version >= 2.8.4 2015-07-23 22:40:31 +02:00
multi.dot.filename.bib Add test for filenames with multiple periods in them. 2012-06-26 10:32:15 -06:00
multi.dot.filename.tex Add test for filenames with multiple periods in them. 2012-06-26 10:32:15 -06:00
my.image.eps Add test for filenames with multiple periods in them. 2012-06-26 10:32:15 -06:00
README Add test for filenames with multiple periods in them. 2012-06-26 10:32:15 -06:00

This test exercises problems with filenames containing multiple periods.
The tex, bib, and image files all have more than one dot.  The tex and bib
files should be handled properly.  In general, the image file is not.
CMake should handle this image correctly in that it is correctly
copied/converted to the build directory.  However, many distributions of
LaTeX do not handle these images correctly.

The tex file links in the image using its full name as an eps file.  That
seems to work for my distribution, which has been picky about all other
configurations, when making a dvi file.  If the LaTeX build fails, that may
not be an actual problem with UseLATEX.cmake.