Skip to content

Commit

Permalink
Added some task to the Rakefile and deleted not necesary files from t…
Browse files Browse the repository at this point in the history
…he repository
  • Loading branch information
jespino committed May 29, 2010
1 parent 0c87889 commit d67b356
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 1,591 deletions.
6 changes: 3 additions & 3 deletions Doc_PHP_Beautifier.ini
Expand Up @@ -52,7 +52,7 @@ pear = on

;; where should the documentation be written?
;; legal values: a legal path
target = /home/cdx/dev/beautifyphp/site/docs
target = site/docs

;; Which files should be parsed out as special documentation files, such as README,
;; INSTALL and CHANGELOG? This overrides the default files found in
Expand All @@ -65,13 +65,13 @@ readmeinstallchangelog = README, INSTALL, CHANGELOG, NEWS, FAQ, LICENSE

;; comma-separated list of files to parse
;; legal values: paths separated by commas
filename = /usr/share/php/PHP/Beautifier.php
filename = Beautifier.php

;; comma-separated list of directories to parse
;; legal values: directory paths separated by commas
;directory = /path1,/path2,.,..,subdirectory
;directory = /home/jeichorn/cvs/pear
directory = /usr/share/php/PHP/Beautifier,/home/cdx/dev/beautifyphp/tutorials
directory =Beautifier,tutorials

;; template base directory (the equivalent directory of <installdir>/phpDocumentor)
;templatebase = /path/to/my/templates
Expand Down
Binary file removed PhpDoc_data.lnk
Binary file not shown.
8 changes: 8 additions & 0 deletions Rakefile
Expand Up @@ -23,3 +23,11 @@ end

task :reinstall => [:uninstall, :install] do
end

task :doc do
system "phpdoc -c Doc_PHP_Beautifier.ini"
end

task :package do
system "pear package package2.xml"
end
26 changes: 0 additions & 26 deletions bug_4151.php

This file was deleted.

9 changes: 0 additions & 9 deletions copia_cvs

This file was deleted.

6 changes: 0 additions & 6 deletions copia_cvs.bat

This file was deleted.

5 changes: 0 additions & 5 deletions correr_tests.bat

This file was deleted.

1 change: 0 additions & 1 deletion demo.php

This file was deleted.

1 change: 0 additions & 1 deletion doc.bat

This file was deleted.

1,517 changes: 0 additions & 1,517 deletions log.txt

This file was deleted.

6 changes: 0 additions & 6 deletions pack_beaut

This file was deleted.

7 changes: 0 additions & 7 deletions pack_beaut.bat

This file was deleted.

1 change: 0 additions & 1 deletion test.bat

This file was deleted.

9 changes: 0 additions & 9 deletions test.php

This file was deleted.

0 comments on commit d67b356

Please sign in to comment.