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
(cd man && ../scripts/build_man_makefile . pdf man? <Makefile.in >Makefile && $(MAKE))
(cd docs && $(MAKE))
test:
(cd Test && $(MAKE))
clean:
for dir in $(DIRLIST); do (cd $${dir} && $(MAKE) clean); done
rm -f setup-Windows.py
distclean: clean
for dir in $(DIRLIST); do (cd $${dir} && $(MAKE) distclean); done
rm -rf dist_bin
dist: distclean builddocs
(mkdir -p dist_bin && cd bin && for file in *; do sed -e 's/@@RELEASE@@/$(RELEASE)/g' -e 's/^#@@REL@@//' -e '/@@DEV-ONLY@@/d'< $$file > ../dist_bin/$$file; done)