23 Commits

Author SHA1 Message Date
alfsb 181ecbe9a6 Make broken detection strict, more descriptive messages (#220) 2025-02-10 09:28:55 -03:00
alfsb 0ae92dd198 Create separated files for directory file-entities (#218) 2025-02-07 09:23:34 -03:00
alfsb a4884fb7b7 Remove backports, alert for insensitive file systems, and bundled file entity for directories (#213)
* Remove backport.
* Detect build breakage on case insensitive file systems
* Do not generate individual entity files for directories
* Setting documentURI cause fails on Windows
2025-02-03 09:02:39 -03:00
alfsb b12b9bbc73 Fix Windows build (foward slashes everywhere) (#214)
Co-authored-by: André L F S Bacci <ae@php.net>
2025-01-27 10:24:53 -03:00
alfsb e62034723f Windows related changes, ahead/behind only current branch (#207)
Co-authored-by: André L F S Bacci <ae@php.net>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2025-01-20 12:01:12 -03:00
alfsb df18cd280c Idempotent build: file-entities.php (#201) 2024-12-10 16:49:38 -03:00
Gabor Hojtsy 6f26be60fc Use configure features to specify parameters, so we do not need
to tweak code because of windows problems...


git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@90805 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-03 12:56:59 +00:00
Gabor Hojtsy 9d123bf86a Removing [in PHP] as this is only available from PHP now...
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@90800 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-03 12:37:43 +00:00
Gabor Hojtsy 851ee9018c Adding newline after error message...
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@90290 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-29 08:04:19 +00:00
Gabor Hojtsy 51215aed17 Parameter count is 5 now
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@90064 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-27 13:22:49 +00:00
Gabor Hojtsy af5b0852f0 Reflecting chm integration changes
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@90055 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-27 12:58:52 +00:00
Gabor Hojtsy 0c7478fbf9 Fix builds on the main server.
-> No generated files are in $srcdir!!! I cannot say this enough
    times to myself...
 -> Rename $base_dir to $srcdir to emphasize the fact above
 -> All generated files are in $out_dir
 -> ZendAPI path corrected

now main server builds should work again.


git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@89889 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-26 10:47:45 +00:00
Gabor Hojtsy d1bd2af171 . Adding comments to all parts
. Adding copyright header
 . Adding support for all the stuff that needs to be put
   into file-entities.ent
 . All path values are absolute
 . Putting some common things to functions

The last was needed by XSL sheets, so this change almost enables
us to use XSL sheets without any further magic, after running
configure (the only problem left is the relative path values for
XSL sheets, but that will be solved with the XSL sheets in the
repository).


git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@89774 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-25 16:03:02 +00:00
Gabor Hojtsy a2abda6c96 Adding workaround for cygwin path values (though I have not experienced
problems with these, but d:/path/to/phpdoc should be ok for fopen)


git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@89009 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-18 11:56:50 +00:00
jim winstead 5167ec2ac4 this should fix the doc builds. YOU CAN NOT WRITE INTO $srcdir!
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@87929 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-07 01:38:40 +00:00
Hartmut Holzgraefe d72fb2327a the en/reference/*/functions.xml files are now auto-generated
(should have been from the start, but somehow i forgot to
 move the generation code from the split to the configure script)

entities/chapters.ent is now called entities/file-entities.ent


git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@85368 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-11 10:54:23 +00:00
Hartmut Holzgraefe f8d61436fc still trying to make it work on win
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@77196 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-08 18:32:26 +00:00
Hartmut Holzgraefe 38ee9bc941 another shot at the windows problem
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@77194 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-08 18:15:51 +00:00
Hartmut Holzgraefe 2838911e87 cleanup
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@77036 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-07 20:41:00 +00:00
Hartmut Holzgraefe 7186972c22 support the split
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@77034 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-07 20:33:50 +00:00
Hartmut Holzgraefe b8901859da hope this fixes the cygwin problem ...
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@77031 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-07 19:52:12 +00:00
Hartmut Holzgraefe 39fe37af15 stupid typo :(
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@76919 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-07 08:08:15 +00:00
Hartmut Holzgraefe 0dc69221e9 faster generation of file entities for translation support if php available
(no big performance gain yet, but doing this with 3000+ splitted file
 justifies using php instead of shell)


git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@76439 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-03 21:04:10 +00:00