Closed adamgayoso closed 3 years ago
I was looking into this project and found that make html was not working.
make html
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
Addressed by https://github.com/mrtzh/unbuch/pull/6
I was looking into this project and found that
make html
was not working.I received the following message:
I believe deleting these lines fixes it.
https://github.com/mrtzh/unbuch/blob/067229e255d96a45ce0cbea5296f47b2b41cde17/Makefile#L25-L26