summaryrefslogtreecommitdiff
path: root/docs/build_docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build_docs.sh')
-rwxr-xr-xdocs/build_docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build_docs.sh b/docs/build_docs.sh
index cf2c534f..0d5beda5 100755
--- a/docs/build_docs.sh
+++ b/docs/build_docs.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# fpc/bin must be in your PATH
-fpdoc --package=fpgui --format=html --output=html/ \
+fpdoc --package=fpgui --format=html --output=html/gui/ \
--descr=xml/gui/fpgui.xml --input='-Fi../gui ../gui/fpgui.pas' \
--descr=xml/gui/stylemanager.xml --input='-Fi../gui ../gui/stylemanager.pas'