File tree Expand file tree Collapse file tree 3 files changed +19
-15
lines changed
Expand file tree Collapse file tree 3 files changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ apigen:
5353 VERSION=` cat debian/composer.json | grep version | awk -F' "' ' {print $4}' ` ; \
5454 apigen generate --destination=docs -- src
5555
56+ .PHONY : phpdoc
57+ phpdoc : # # Generate dev docs
58+ phpdoc -d src
59+
5660pretest :
5761 composer --ansi --no-interaction update
5862 php -f tests/PrepareForTest.php
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ Priority: optional
2525Description: PHP Based abraflexi RestAPI/Json library development files
2626 PHPUnit classes used for testing php-abraflexi functionality
2727
28- Package: php-spojenet-abraflexi-doc
29- Depends: ${misc:Depends}
30- Architecture: all
31- Replaces: php-abraflexi-doc
32- Suggests: www-browser
33- Section: doc
34- Priority: optional
35- Description: PHP Based abraflexi RestAPI/Json library Documentation
36- PHP Based abraflexi RestAPI/Json library documentation generated by phpDocumentor.
28+ # Package: php-spojenet-abraflexi-doc
29+ # Depends: ${misc:Depends}
30+ # Architecture: all
31+ # Replaces: php-abraflexi-doc
32+ # Suggests: www-browser
33+ # Section: doc
34+ # Priority: optional
35+ # Description: PHP Based abraflexi RestAPI/Json library Documentation
36+ # PHP Based abraflexi RestAPI/Json library documentation generated by phpDocumentor.
3737
Original file line number Diff line number Diff line change 66override_dh_auto_test :
77 echo tests temporarly skipped for now in rules file
88
9- override_dh_prep :
10- composer install --no-dev
11- cd tools; ./update_all.sh ; cd ..
12- phpdoc -d src
13- mkdir -p docs ; mv .phpdoc/build/* docs
14- dh_prep
9+ # override_dh_prep:
10+ # composer install --no-dev
11+ # cd tools; ./update_all.sh ; cd ..
12+ # phpdoc run -d src
13+ # mkdir -p docs ; mv .phpdoc/build/* docs
14+ # dh_prep
1515
1616# override_dh_auto_test:
1717# composer update --no-ansi --no-interaction --no-progress --no-scripts --optimize-autoloader
You can’t perform that action at this time.
0 commit comments