Message ID | 20171102184219.18071-1-aconole@bytheb.org |
---|---|
State | Superseded, archived |
Delegated to: | Aaron Conole |
Headers | show |
diff --git a/compiler/automake.mk b/compiler/automake.mk index dd59446..623f82d 100644 --- a/compiler/automake.mk +++ b/compiler/automake.mk @@ -92,7 +92,8 @@ DISTCLEANFILES += compiler/esnacc.1 endif compiler/esnacc.1: compiler/esnacc.xml - $(XSLTPROC) --novalid -o $@ $(DOCBOOK_LOCATION) $< + @test -x "$(XSLTPROC)" && $(XSLTPROC) --novalid -o $@ $(DOCBOOK_LOCATION) $< + @test -x "$(XSLTPROC)" || echo "Not generating documentation, xsltproc missing"; true CLEANFILES += compiler/core/lex-asn1.c \ compiler/core/y.output \