Makefile: Use phpDocumentor v3.4 for the Framework docs (#9313)

This commit is contained in:
Aleksander Machniak
2024-01-21 15:53:21 +01:00
parent 3ba78d3a1b
commit cadc82e1b5
2 changed files with 6 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## Unreleased
- Makefile: Use phpDocumentor v3.4 for the Framework docs (#9313)
## Release 1.6.6
- Fix regression in handling LDAP search_fields configuration parameter (#9210)
- Enigma: Fix finding of a private key when decrypting a message using GnuPG v2.3
- Fix page jump menu flickering on click (#9196)

View File

@@ -40,8 +40,8 @@ dependent: roundcubemail-git
framework: roundcubemail-git /tmp/phpDocumentor.phar
cp -r roundcubemail-git/program/lib/Roundcube roundcube-framework-$(VERSION)
(cd roundcube-framework-$(VERSION); php /tmp/phpDocumentor.phar -d . -t ./doc --title="Roundcube Framework" --defaultpackagename="Framework" --template="clean")
(cd roundcube-framework-$(VERSION); rm -rf doc/phpdoc-cache* .phpdoc)
(cd roundcube-framework-$(VERSION); php /tmp/phpDocumentor.phar run -d . -t ./doc --title="Roundcube Framework" --defaultpackagename="Framework")
(cd roundcube-framework-$(VERSION); rm -rf .phpdoc)
tar czf roundcube-framework-$(VERSION).tar.gz roundcube-framework-$(VERSION)
rm -rf roundcube-framework-$(VERSION)