Re: [PHP-DOC] Makefile upgrade

2007-02-25 Thread Lajos Cseppento
Here's the patch file.


""Hannes Magnusson"" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
Hi Lajos

On 2/25/07, Lajos Cseppentõ <[EMAIL PROTECTED]> wrote:
> 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

 (these are tabs, right? not a single space?)

>
>
> 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?

Sounds like a good idea to me.
Only one thing: I don't see the point of "PHPDOCDIR=", it is
meaningless (never used) and is just confusing, IMO.
Also you may want to add reviewedcheck.html into the cleaning section.

In the future, please post unified diff (cvs diff -u Makefile.in >
my.patch.txt) as it is more readable as we see the exact changes right
away...


-Hannes

>
> Best Regards,
> Lajos
> 


begin 666 patch.chappy.txt
[EMAIL PROTECTED]($UA:V5F:6QE+FEN"CT]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]
M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T*4D-3
M(&9I;&4Z("]R97!O"YX;6P*
M(')E=F-H96-K.B!R979C:&5C:RYH=&UL"BMR979I97=E9&-H96-K.B!R979I
M97=E9&-H96-K+FAT;6P*( [EMAIL PROTECTED]"B *0$ @+3$U,"PV("LQ-3$L,3,@
M0$ *(')E=F-H96-K+FAT;6PZ($9/4D-%"B )4$A01$]#1$E2/20H&UL.B!&3U)#10H@"4!I9B!T97-T("(D
M*%!(4"DB(#T@(FYO([EMAIL PROTECTED]&AE;B!<"B )96-H;R B5T%23DE.1SH@

Re: [PHP-DOC] BUild

2006-10-23 Thread Lajos Cseppento
Hello,

Soryy, I've found this problem on my computer yesterday afternoon.
Could start now one build? I've made test on my computer successfully.
And I've a question:
I've got 2 computers, a notebook, and an AMD64 (WIndows on both).
I translate on the notebook. I've installed cygwin on the both. I can build 
the doc on the notebook,
but I can't build on the AMD64. On the latter the cygwin doesn't find the 
PHP (./configure), or if I
use --with-php=/cygdrive/D/path/to/php it falls back with "PHP 4.0.0 or 
newer requied". But I've got
PHP 5.1.4. I've installed webserver on the notebook, but not installed on 
the AMD64. Could you help me?
Thanks

Lajos

"Derick Rethans" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
On Fri, 20 Oct 2006, Derick Rethans wrote:

> On Fri, 20 Oct 2006, Lajos Cseppentõ wrote:
>
> > How can I run a build on the Hungarian documentation?
>
> Mention it here... and I start a build. It is running now, and will take
> a bit more than a day.

Your build failed:
ERRORS:
array(1) {
  [0]=>
  array(2) {
[0]=>
string(32) "make test failed for language hu"
[1]=>
array(5) {
  [0]=>
  string(116) "SP_ENCODING=XML SP_CHARSET_FIXED=YES /usr/bin/onsgmls
-i lang-hu -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml"
  [1]=>
  string(178)
"/usr/bin/onsgmls:/home/derick/phpdoc-all/hu/language/oop5/basic.xml:2:11:E:
invalid comment declaration: found name start character outside comment
but inside comment declaration"
  [2]=>
  string(105)
"/usr/bin/onsgmls:/home/derick/phpdoc-all/hu/language/oop5/basic.xml:2:0:
comment declaration started here"
  [3]=>
  string(110)
"/usr/bin/onsgmls:/home/derick/phpdoc-all/hu/language/oop5/basic.xml:2:12:E:
character data is not allowed here"
  [4]=>
  string(24) "make: *** [test] Error 1"
}
  }
}

regards,
Derick 


Re: [PHP-DOC] Changing CVS acc. data

2006-10-21 Thread Lajos Cseppento
Thanks.
"Friedhelm Betz" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Lajos Cseppentõ wrote:
>> Hello,
>>
>> How can I change my e-mail address and password of my CVS account?
>
> http://master.php.net/manage/users.php 


Re: [PHP-DOC] Help me PLease!

2006-06-09 Thread Lajos Cseppento

Thanks! Please signal if it is ready.