Skip to content

Commit f4aaa81

Browse files
author
Matthias Koeppe
committed
README.md, build/make/install: Update - documentation no longer has special log file location
1 parent 1807446 commit f4aaa81

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ SAGE_ROOT Root directory (sage-x.y.z in Sage tarball)
378378
│ ├── lib/sage List of installed packages
379379
│ └── tmp/sage Temporary files when building Sage
380380
├── logs
381-
│ ├── dochtml.log Log of the documentation build
382381
│ ├── install.log Full install log
383382
│ └── pkgs Build logs of individual packages
384383
│ ├── alabaster-0.7.12.log

build/make/install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ during this run of 'make $@'):
107107
EOF
108108

109109
look_for_errors "$SAGE_LOGS/*.log" 20 "^Error" package >&2
110-
look_for_errors "$SAGE_LOGS/../doc*.log" 100 "^Error" documentation >&2
111110

112111
cat >&2 <<EOF
113112

0 commit comments

Comments
 (0)