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

Makefile broken on non-macOS #30

Open
dkasak opened this issue Nov 7, 2023 · 1 comment
Open

Makefile broken on non-macOS #30

dkasak opened this issue Nov 7, 2023 · 1 comment

Comments

@dkasak
Copy link
Contributor

dkasak commented Nov 7, 2023

Running make results in

find .stack-work/install/x86_64-osx -name pandoc-sidenote -type f \
     -exec zip -j pandoc-sidenote-0.23.0.zip '{}' ';'
find: ‘.stack-work/install/x86_64-osx’: No such file or directory
make: *** [Makefile:10: pandoc-sidenote-0.23.0.zip] Error 1

This was introduced in 6b01731 which says it aims to fix the Makefile on macOS. But it seems to break it on all other platforms?

@dkasak
Copy link
Contributor Author

dkasak commented Nov 7, 2023

Maybe this is actually just a private Makefile for the release manager and it's not intended to be used generally? In which case it would probably make more sense if it was in a separate directory rather than at top-level.

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

No branches or pull requests

1 participant