From 88968355504446b255596ae410a9a714bb601326 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 21 May 2007 19:26:46 +1200 Subject: [PATCH] Use more generic phpdoc installation. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3484954a..ffa5af5f 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ dt=debian/$(package) build: inc htdocs debian/$(package)-phpdoc.ini debian/$(package)-phpdoc.ini.in $(checkdir) - cd ~andrew/projects/phpdoc/phpDocumentor-1.2.3 && ./phpdoc -c $(CURDIR)/debian/$(package)-phpdoc.ini + phpdoc -c debian/$(package)-phpdoc.ini touch build # PHPDoc operational setup sucks. Badly.