Skip to content

Commit

Permalink
Move doc build result out of source tree
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.fusionforge.org/srv/svn/fusionforge/trunk@12311 9d84d37e-dcb1-4aad-b103-6f3d92f53bf6
  • Loading branch information
cbayle committed Feb 19, 2011
1 parent 32180fc commit f1f7ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ orig: # Make Debian package .orig tarball #
phpdoc: $(PKGDIR)/docs/phpdoc/docs

doc:
(cd src/docs/docbook ; make debian)
(cd src/docs/docbook ; make debian TARGET=$(CURDIR)/build/docs/docbook/)

cleandoc:
(cd src/docs/docbook ; make clean)
(cd src/docs/docbook ; make clean TARGET=$(CURDIR)/build/docs/docbook/)

phpdocumentor_get:
[ ! -f $(documentor_path)/$(documentor_file) ] && \
Expand Down

0 comments on commit f1f7ef9

Please sign in to comment.