blob: d095ec89d0fd321ff2c56f7cc3ddf60054e3f47a [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- 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;\