summaryrefslogtreecommitdiffstats
path: root/doc/arch.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-09-20 16:38:27 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-09-20 16:38:27 (GMT)
commitb42ee5fc78f3c5b08d5f96347c9c912fd1a07c3e (patch)
treef7b51ef51a3a9cc8fe4d34d53bad7293e9cb9364 /doc/arch.doc
parent1206a9b9b49cdd904c1b5f003c874acd94472806 (diff)
downloadDoxygen-b42ee5fc78f3c5b08d5f96347c9c912fd1a07c3e.zip
Doxygen-b42ee5fc78f3c5b08d5f96347c9c912fd1a07c3e.tar.gz
Doxygen-b42ee5fc78f3c5b08d5f96347c9c912fd1a07c3e.tar.bz2
Mismatch documentation and build system
Looks like the documentation update after > Commit: 10787eed95266bb1a13c892fe4cf5a695dac1559 [10787ee] > Date: Friday, May 15, 2020 11:28:16 AM > Refactoring has not been done.
Diffstat (limited to 'doc/arch.doc')
-rw-r--r--doc/arch.doc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/arch.doc b/doc/arch.doc
index 104b3e3..eb39d70 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") {
- print STDERR "Error: cannot rename src/CMakeFiles/_doxygen.dir/build.make!\n";
+unless (rename "src/CMakeFiles/doxymain.dir/build.make","src/CMakeFiles/doxymain.dir/build.make.old") {
+ print STDERR "Error: cannot rename src/CMakeFiles/doxymain.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")) {
+if (open(F,"<src/CMakeFiles/doxymain.dir/build.make.old")) {
+ unless (open(G,">src/CMakeFiles/doxymain.dir/build.make")) {
print STDERR "Error: opening file build.make for writing\n";
exit 1;
}
@@ -229,10 +229,10 @@ if (open(F,"<src/CMakeFiles/_doxygen.dir/build.make.old")) {
print G "$_";
}
close F;
- unlink "src/CMakeFiles/_doxygen.dir/build.make.old";
+ unlink "src/CMakeFiles/doxymain.dir/build.make.old";
}
else {
- print STDERR "Warning file src/CMakeFiles/_doxygen.dir/build.make does not exist!\n";
+ print STDERR "Warning file src/CMakeFiles/doxymain.dir/build.make does not exist!\n";
}
# touch the file