You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#building docs fails if the tools needed are not installed
373
+
#there is no option to not build the docs on Linux, we need to modify the Makefile
374
+
sed 's/$(MAKE) -C doc//g' Makefile >Makefile.patched
375
+
rm Makefile
376
+
sed 's/install: all install-bin install-include install-lib install-man/install: all install-bin install-include install-lib/g' Makefile.patched >Makefile
0 commit comments