Hello!

I've modified a bit the phpdoc-hu Makefile script on my computer. I've added 
reviewedcheck and I've created a "revchecks" option, which creates 
revcheck.html and reviewedcheck.html.


Line: 125
revcheck: revcheck.html
reviewedcheck: reviewedcheck.html
revchecks: revchecks.html

[...] Line ~151:

revcheck.html: FORCE
 PHPDOCDIR=$(srcdir) $(PHP) -c $(scriptdir) -f $(scriptdir)/revcheck.php 
$(LANGDIR) > revcheck.html

reviewedcheck.html: FORCE
 PHPDOCDIR=$(srcdir) $(PHP) -c $(scriptdir) -f 
$(scriptdir)/reviewedcheck.php $(LANGDIR) > reviewedcheck.html

revchecks.html: FORCE
 PHPDOCDIR=$(srcdir) $(PHP) -c $(scriptdir) -f $(scriptdir)/revcheck.php 
$(LANGDIR) > revcheck.html
 PHPDOCDIR=$(srcdir) $(PHP) -c $(scriptdir) -f 
$(scriptdir)/reviewedcheck.php $(LANGDIR) > reviewedcheck.html


What do you think? Is it a good code (it semms it works). Should I commit 
this change in Makefile.in and upload to CVS?

Best Regards,
Lajos 

Reply via email to