File tmp.diff of Package release-notes-sled.4091
diff --git a/Makefile b/Makefile index 7ee8cf5..b472e88 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,8 @@ build/release-notes/single-html/release-notes/index.html: $(default_prereqs) yast-html: build/release-notes/yast-html/release-notes.html build/release-notes/yast-html/release-notes.html: $(default_prereqs) mkdir -p build/release-notes/yast-html/; \ - $(XSLTPROC_COMMAND) $(daps_xslt_rn_dir)/yast.xsl xml/release-notes.xml > $@ + $(XSLTPROC_COMMAND) $(daps_xslt_rn_dir)/yast.xsl xml/release-notes.xml > $@; \ + $(XSLTPROC_COMMAND) ./yast.xsl xml/release-notes.xml > $@ # recode latin1..ascii $@ txt: build/release-notes/release-notes.txt