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

Add empty file to doc/html. #91

Merged
merged 1 commit into from
Oct 8, 2017
Merged

Conversation

vkni
Copy link
Contributor

@vkni vkni commented Apr 30, 2017

Fix for issue #88. We need to have doc/html directory in order to be able to generate HeVeA documentation. Since git does not let store empty directories, I added .empty file to doc/html, just like Gerd added doc/tex/.empty

@gerdstolpmann
Copy link
Collaborator

That's it? Really?

@vkni
Copy link
Contributor Author

vkni commented May 1, 2017

Yes. You can try - install hevea, clone omake repo to empty directory, run ./configure && make. Then run mkdir doc/html and make.

On stackoverflow they recommend adding .gitignore, but since you already added .empty to doc/tex, it is better to have similar file in doc/html.

Or you can just add mkdir -p html to line 217 of doc/OMakefile. But as for me, doc/html/.empty is better. ;-)

@gerdstolpmann gerdstolpmann merged commit e27d18f into ocaml-omake:master Oct 8, 2017
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.

2 participants