Skip to content
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

make doc broken #132

Closed
kaeluka opened this issue Apr 21, 2015 · 2 comments
Closed

make doc broken #132

kaeluka opened this issue Apr 21, 2015 · 2 comments

Comments

@kaeluka
Copy link
Contributor

kaeluka commented Apr 21, 2015

When running make doc, I get:

    Exception when trying to run compile-time code:
      ENCORE_BUNDLES: getEnv: does not exist (no environment variable)
    Code: (=<<) ((.) stringE init) (($) runIO getEnv "ENCORE_BUNDLES")
    In the splice:
      $((stringE . init)
        =<< (runIO $ System.Environment.getEnv "ENCORE_BUNDLES"))
make: *** [doc] Error 1```
@supercooldave
Copy link

This can probably be fixed by adding the code for setting the environment variable ENCORE_BUNDLES from the main makefile to the doc makefile.

I can have a look at it.

@kaeluka
Copy link
Contributor Author

kaeluka commented Apr 21, 2015

@supercooldave I have already submitted a fix: #133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants