mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-30 06:54:26 +03:00
new release
This commit is contained in:
7
Makefile
7
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user