summaryrefslogtreecommitdiffstats
path: root/doc/arch.doc
diff options
context:
space:
mode:
authorMatthew White <mehw.is.me@inventati.org>2017-12-16 17:41:45 (GMT)
committerMatthew White <mehw.is.me@inventati.org>2017-12-16 17:41:45 (GMT)
commitbcc09aa2ba01eff458a00aff853d58ed8213a5da (patch)
tree52b8a489fb5319c0f859a7a9a881fe61763c09b6 /doc/arch.doc
parent4f45bd20d4da7d40c793ec4c4c13558581e995ac (diff)
downloadDoxygen-bcc09aa2ba01eff458a00aff853d58ed8213a5da.zip
Doxygen-bcc09aa2ba01eff458a00aff853d58ed8213a5da.tar.gz
Doxygen-bcc09aa2ba01eff458a00aff853d58ed8213a5da.tar.bz2
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.
Diffstat (limited to 'doc/arch.doc')
-rw-r--r--doc/arch.doc4
1 files 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.old")) {
- unless (open(G,">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;
}