mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Makefile: Use phpDocumentor v3.4 for the Framework docs (#9313)
This commit is contained in:
@@ -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)
|
||||
|
||||
4
Makefile
4
Makefile
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user