diff options
author | friendica <info@friendica.com> | 2013-05-14 21:25:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-14 21:25:58 -0700 |
commit | 5e4b9d7766ceffd19785f14443cc1b4d4f675d4e (patch) | |
tree | 8c53b73c154bb22a557bdd98b38bcbaa043c706e /util | |
parent | 8a1c8c4a03899c844885da58f9184fc10e7d6b07 (diff) | |
download | volse-hubzilla-5e4b9d7766ceffd19785f14443cc1b4d4f675d4e.tar.gz volse-hubzilla-5e4b9d7766ceffd19785f14443cc1b4d4f675d4e.tar.bz2 volse-hubzilla-5e4b9d7766ceffd19785f14443cc1b4d4f675d4e.zip |
disable pcss when installing since modules don't yet work and pcss uses the view module, plus weekly doc update
Diffstat (limited to 'util')
-rwxr-xr-x | util/makedocs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/makedocs b/util/makedocs index b09016b88..53e78e6b0 100755 --- a/util/makedocs +++ b/util/makedocs @@ -1,2 +1,2 @@ #!/bin/sh -doxygen util/Doxyfile +/home/macgirvin/bin/doxygen util/Doxyfile |