diff options
author | Lars Thorsen <[email protected]> | 2017-09-21 09:16:20 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2017-09-21 09:16:20 +0200 |
commit | 9b11a8cebfdb495c4a6fe7c188f82ea7be4062cf (patch) | |
tree | 51e8295a90db4ebd684675a1567f1ab51d7e9e18 /make/otp.mk.in | |
parent | 3693a570f4a080501801c45c127e624cd2bccb72 (diff) | |
parent | bb94c48b5e43bb4673794ca83d00e2091750e707 (diff) | |
download | otp-9b11a8cebfdb495c4a6fe7c188f82ea7be4062cf.tar.gz otp-9b11a8cebfdb495c4a6fe7c188f82ea7be4062cf.tar.bz2 otp-9b11a8cebfdb495c4a6fe7c188f82ea7be4062cf.zip |
Merge branch 'maint'
Diffstat (limited to 'make/otp.mk.in')
-rw-r--r-- | make/otp.mk.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/make/otp.mk.in b/make/otp.mk.in index 4232d37c2e..1d538fa528 100644 --- a/make/otp.mk.in +++ b/make/otp.mk.in @@ -139,7 +139,7 @@ endif # .PRECIOUS: %.erl %.fo -## Uncomment these lines and add .idl to suffixes above to have erlc +## Uncomment these lines and add .idl to suffixes above to have erlc ## eat IDL files ##$(EGEN)/%.erl: $(ESRC)/%.idl ## $(ERLC) $(IDL_FLAGS) $< @@ -239,7 +239,7 @@ ifeq ($(PDFCOLOR),) PDFCOLOR = \#960003 endif -# HTML & GIF files that always are generated and must be delivered +# HTML & GIF files that always are generated and must be delivered SGML_COLL_FILES = $(SGML_APPLICATION_FILES) $(SGML_PART_FILES) XML_COLL_FILES = $(XML_APPLICATION_FILES) $(XML_PART_FILES) DEFAULT_HTML_FILES = \ @@ -327,5 +327,4 @@ $(MAN9DIR)/%.9: %.xml escript $(DOCGEN)/priv/bin/codeline_preprocessing.escript $< $@ .fo.pdf: - $(FOP) -c $(FOP_CONFIG) -fo $< -pdf $@ - + $(FOP) -c $(FOP_CONFIG) -cache $(ERL_TOP)/make/$(TARGET)/fop-fonts.cache -fo $< -pdf $@ |