summaryrefslogtreecommitdiff
path: root/docs/update_docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/update_docs.sh')
-rwxr-xr-xdocs/update_docs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/update_docs.sh b/docs/update_docs.sh
new file mode 100755
index 00000000..aa3a3d31
--- /dev/null
+++ b/docs/update_docs.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+# fpc/bin must be in your PATH
+makeskel --update --package=fpgui \
+ --input='-Fi../src ../src/fpgui.pp' --descr="xml/fpgui.xml" --output="xml/fpgui.new.xml"