Skip to content

Only accept xelatex for building PDF docs #21992

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 9, 2015

Conversation

steveklabnik
Copy link
Member

None of the others work, so let's remove them.

Fixes #17220.

r? @brson

@alexcrichton
Copy link
Member

Looks like there's a tidy error (makefiles won't parse).

Otherwise r=me

@steveklabnik
Copy link
Member Author

$ git diff
diff --git a/mk/docs.mk b/mk/docs.mk
index 547ad96..71b2533 100644
--- a/mk/docs.mk
+++ b/mk/docs.mk
@@ -87,7 +87,7 @@ endif

 # Check for xelatex

-ifeq($(CFG_XELATEX),)
+ifeq ($(CFG_XELATEX),)
     CFG_LATEX := $(CFG_XELATEX)
     XELATEX = 1
   else

dammit, make

None of the others work, so let's remove them.

Fixes rust-lang#17220.
@steveklabnik
Copy link
Member Author

@bors: r=alexcrichton 7d4f068

@steveklabnik
Copy link
Member Author

This seems to have not be seen by @bors :( @alexcrichton ideas?

@sfackler
Copy link
Member

sfackler commented Feb 8, 2015

@bors: r=alexcrichton 7d4f068

maybe?

@sfackler
Copy link
Member

sfackler commented Feb 8, 2015

Looks like that did it 😕

@bors
Copy link
Collaborator

bors commented Feb 8, 2015

⌛ Testing commit 7d4f068 with merge 00df325...

bors added a commit that referenced this pull request Feb 8, 2015
None of the others work, so let's remove them.

Fixes #17220.

r? @brson
@steveklabnik
Copy link
Member Author

@sfackler: ❤️ yeah, no idea there

@bors bors merged commit 7d4f068 into rust-lang:master Feb 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make error, when generating doc/guide.pdf, LuaTeX
5 participants