new release

This commit is contained in:
Fabrice Bellard
2025-04-26 12:30:26 +02:00
parent 1b13fa6450
commit 19abf1888d
7 changed files with 84 additions and 23 deletions

View File

@@ -423,10 +423,13 @@ build_doc: $(DOCS)
clean_doc:
rm -f $(DOCS)
doc/%.pdf: doc/%.texi
doc/version.texi: VERSION
@echo "@set VERSION `cat $<`" > $@
doc/%.pdf: doc/%.texi doc/version.texi
texi2pdf --clean -o $@ -q $<
doc/%.html.pre: doc/%.texi
doc/%.html.pre: doc/%.texi doc/version.texi
makeinfo --html --no-headers --no-split --number-sections -o $@ $<
doc/%.html: doc/%.html.pre