Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/singular/spkg-install.in: singular.hlp -> singular.info
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Nov 22, 2021
1 parent 8c6c949 commit eea6328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/singular/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ build_singular()

# Singular tarballs made using "make dist" (without --enable-doc-build) do not contain built documentation.
if [ ! -e doc/doc.tbz2 ]; then
(cd doc && make singular.hlp && sdh_install singular.hlp "$SAGE_SHARE/info/") || sdh_die "Building documentation failed"
(cd doc && make singular.info && sdh_install singular.info "$SAGE_SHARE/info/") || sdh_die "Building documentation failed"
fi
}

Expand Down

0 comments on commit eea6328

Please sign in to comment.