File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 5
5
export CONTINENT="us"
6
6
7
7
MINUTELY=""
8
- HOURLY="update-systems update-gtkweb update-peopleweb update-talksweb update-docweb update-docs-sources update-docs-translation-status"
8
+ HOURLY="update-systems update-gtkweb update-peopleweb update-talksweb update-docweb update-docs-sources update-docs-translation-status update-phd-docs "
9
9
DAILY="update-time backup-thisbox prune-backups"
10
10
WEEKLY=""
11
11
MONTHLY=""
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
rsync -qavz --timeout=600 --delete --delete-after \
4
- --exclude include/jpgraph --exclude sqlite --exclude www/images/revcheck \
4
+ --exclude include/jpgraph --exclude sqlite \
5
+ --exclude www/images/revcheck --exclude www/phd/docs \
5
6
rsync.php.net::docweb /local/Web/sites/doc.php.net
6
7
# make sure directories for generated content exist
7
8
mkdir -p /local/Web/sites/doc.php.net/sqlite
8
9
mkdir -p /local/Web/sites/doc.php.net/www/images/revcheck
10
+ mkdir -p /local/Web/sites/doc.php.net/www/phd/docs
Original file line number Diff line number Diff line change 2
2
#
3
3
# build the phd docs using phd itself. inception.
4
4
5
- /bin/php81 /local/src/phd/render.php --docbook ' /local/src/phd/docs/phd-guide/phd-guide.xml' --output ' /local/Web/sites/doc.php.net/www/phd/docs/' --format ' bigxhtml' --outputfilename ' index.html' --verbose 0
5
+ cd /local/src/phpdoc/phd
6
+
7
+ php render.php \
8
+ --docbook docs/phd-guide/phd-guide.xml \
9
+ --output ' /local/Web/sites/doc.php.net/www/phd/docs/' \
10
+ --format ' bigxhtml' \
11
+ --outputfilename ' index.html' \
12
+ --verbose 0
You can’t perform that action at this time.
0 commit comments