From 44c23c4159d9195718a7e80e005cc5c12c7001ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 21 Aug 2013 19:16:24 +0200 Subject: Initial import of kio-sword 0.3 --- autogen.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..f5bb060 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# First create all the .html files from our +# .docbook file. The KDE build process will +# then create makefiles that install these docs +cd doc/en +meinproc index.docbook +cd ../.. +WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs -- cgit v1.2.1