You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/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
|