mrtzh / unbuch

Compile markdown into an html and pdf book based on pandoc.
MIT License
185 stars 21 forks source link

`make html` not completing #7

Closed adamgayoso closed 3 years ago

adamgayoso commented 3 years ago

I was looking into this project and found that make html was not working.

I received the following message:

make: *** No rule to make target `css/pandoc.css', needed by `publish/style.css'.  Stop.

I believe deleting these lines fixes it.

https://github.com/mrtzh/unbuch/blob/067229e255d96a45ce0cbea5296f47b2b41cde17/Makefile#L25-L26

mrtzh commented 3 years ago

Addressed by https://github.com/mrtzh/unbuch/pull/6