#!/bin/sh # 17.11.2006 Volker Quetschke # Check that parallel builds $(shell ...) only waits its own target and # not for all previous recipe lines. # (issue 61856) : ${DMAKEPROG:=dmake} file1="mfile1.mk" file2="mytarget.dpcc" tmpfiles="$file1 $file2" trap '{ echo "trapped signal - removing temporary files" ; rm -rf $tmpfiles ; }' 1 2 3 15 # Remove files from prior failed run rm -rf $tmpfiles # Remember to quote variables in generated makefiles( $ -> \$ ). cat > $file1 <aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/schema/odf1.3/OpenDocument-v1.3-package-metadata.owl
AgeCommit message (Collapse)Author
2021-06-10schema: update to ODF 1.3 OSMichael Stahl
Change-Id: I97e28612aeeebed709da9ad621250c6b26e55f92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116734 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>