diff --git a/tools/update-docs b/tools/update-docs index 0c24871..90f6606 100644 --- a/tools/update-docs +++ b/tools/update-docs @@ -1,21 +1,21 @@ #!/bin/bash #Web stylesheet -SSHEET=/usr/share/apps/ksgmltools2/customization/kde-web.xsl +SSHEET=/usr/share/kf5/kdoctools/customization/kde-web.xsl # Toplevel path to sources SRCDIR=/srv/sources # Path to api.kde.org site APISITE=/srv/www/api.kde.org/doc #first make sure the common stuff is in place (cd $APISITE; rm -f common; ln -s /home/api/kdelibs/doc/common common) #rkwardplugins rm -rf $APISITE/rkwardplugins && \ mkdir -p $APISITE/rkwardplugins && \ cd $SRCDIR/playground/edu/rkward/doc/rkwardplugins && \ meinproc5 --stylesheet=$SSHEET index.docbook 2>&1 && \ cp -dpr . $APISITE/rkwardplugins rm -f *.html