From bcc09aa2ba01eff458a00aff853d58ed8213a5da Mon Sep 17 00:00:00 2001 From: Matthew White Date: Sat, 16 Dec 2017 18:41:45 +0100 Subject: Fix: change 'CMakefiles' to 'CMakeFiles' (the 'F' is uppercase) * doc/arch.doc: Fix two typos. Change 'CMakefiles' to 'CMakeFiles' (the 'F' is uppercase). 'CMakefiles' prevented the verbatim perl script to run correctly, giving error due to an unexisting dir. --- doc/arch.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/arch.doc b/doc/arch.doc index 4b17d7c..7a7cd81 100644 --- a/doc/arch.doc +++ b/doc/arch.doc @@ -209,12 +209,12 @@ if (!-e "../src/${file}.l") exit 1; } system("touch ../src/${file}.l"); -unless (rename "src/CMakeFiles/_doxygen.dir/build.make","src/CMakefiles/_doxygen.dir/build.make.old") { +unless (rename "src/CMakeFiles/_doxygen.dir/build.make","src/CMakeFiles/_doxygen.dir/build.make.old") { print STDERR "Error: cannot rename src/CMakeFiles/_doxygen.dir/build.make!\n"; exit 1; } if (open(F,"src/CMakefiles/_doxygen.dir/build.make")) { + unless (open(G,">src/CMakeFiles/_doxygen.dir/build.make")) { print STDERR "Error: opening file build.make for writing\n"; exit 1; } -- cgit v0.12