Skip to content

Commit

Permalink
Merge branch 'topic/vadim/gnatdoc-exe-rename' into 'master'
Browse files Browse the repository at this point in the history
Rename gnatdoc4 to gnatdoc.

See merge request eng/ide/gnatdoc!87
  • Loading branch information
godunko committed Sep 13, 2023
2 parents dd555c3 + 6b25c75 commit 1ac26ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnat/gnatdoc.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ project GNATdoc is
end Compiler;

package Builder is
for Executable ("gnatdoc-driver.adb") use "gnatdoc4";
for Executable ("gnatdoc-driver.adb") use "gnatdoc";
end Builder;

end GNATdoc;
2 changes: 1 addition & 1 deletion testsuite/gnatdoc.RB16-013.gpr_tool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
all: clean run

run:
../../bin/gnatdoc4 test.gpr
../../bin/gnatdoc test.gpr
test -d .docs

clean:
Expand Down

0 comments on commit 1ac26ee

Please sign in to comment.