For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > February 2007 > Makefile upgrade









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Makefile upgrade
Lajos Cseppentő

2007-02-25, 7:58 am

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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com