b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/doxygen/Makefile.am |
2 | +++ b/doxygen/Makefile.am | ||||
3 | @@ -21,7 +21,7 @@ doxyfile.stamp: $(doc_srcs) Makefile.am | ||||
4 | # The command has to be a single line so the functions work | ||||
5 | # and so `make` gives all lines to `bash -c` | ||||
6 | # (hence ";\" at the end of every line but the last). | ||||
7 | - /bin/bash -p -c 'declare -A renamed_page;\ | ||||
8 | + bash -p -c 'declare -A renamed_page;\ | ||||
9 | main(){ set -e; cd man/man3; rm -f _*;\ | ||||
10 | count_real_pages;\ | ||||
11 | rename_real_pages;\ |