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 preprint target broken #48

Closed
musoke opened this issue Apr 18, 2024 · 3 comments
Closed

make preprint target broken #48

musoke opened this issue Apr 18, 2024 · 3 comments

Comments

@musoke
Copy link

musoke commented Apr 18, 2024

README.md says

inara/README.md

Lines 46 to 53 in 0739fb5

All supported publishing formats are generated by default, but you
can select a specific format to be generated by passing it as an
argument. Available options: `html`, `pdf`, `jats`, `crossref`, `cff`, and `preprint`.
E.g., to generate only a PDF file, the command would be
make pdf ARTICLE=/my/path/paper.md

As far as I can tell this is not accurate. Running

$ make preprint ARTICLE=joss/paper.md

results in the error

make: *** No rule to make target 'publishing-artifacts/paper-preprint.tex', needed by 'preprint'.  Stop.

and no .tex file is written to publication_artifacts.

The analogous docker command does work.

@tarleb tarleb closed this as completed in dc6adfd Apr 18, 2024
@tarleb
Copy link
Collaborator

tarleb commented Apr 18, 2024

Thanks for the report. Should be fixed now.

@tarleb
Copy link
Collaborator

tarleb commented Apr 18, 2024

Please note that the Makefile is not as well maintained as the Docker file. We might remove it in the future.

@musoke
Copy link
Author

musoke commented Apr 18, 2024

Thanks you!

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

2 participants