Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geNRation fixed to geNERation 4 times #117

Merged
merged 1 commit into from Feb 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -83,19 +83,19 @@ cblas_testing: blaslib


html:
@echo "LAPACK HTML PAGES GENRATION with Doxygen"
@echo "LAPACK HTML PAGES GENERATION with Doxygen"
doxygen DOCS/Doxyfile
@echo "=================="
@echo "LAPACK HTML PAGES GENRATED in DOCS/explore-html"
@echo "LAPACK HTML PAGES GENERATED in DOCS/explore-html"
@echo "Usage: open DOCS/explore-html/index.html"
@echo "Online version available at http://www.netlib.org/lapack/explore-html/"
@echo "=================="

man:
@echo "LAPACK MAN PAGES GENRATION with Doxygen"
@echo "LAPACK MAN PAGES GENERATION with Doxygen"
doxygen DOCS/Doxyfile_man
@echo "=================="
@echo "LAPACK MAN PAGES GENRATED in DOCS/MAN"
@echo "LAPACK MAN PAGES GENERATED in DOCS/MAN"
@echo "Set your MANPATH env variable accordingly"
@echo "Usage: man dgetrf.f"
@echo "=================="
Expand Down