wikiti / pandoc-book-template

A simple Pandoc template to build documents and ebooks.
MIT License
400 stars 89 forks source link

Make error: `Makefile:22: *** missing separator. Stop.` #6

Closed Gnosnay closed 5 years ago

Gnosnay commented 5 years ago

Hi, I found one error when i run make epub without changing any file. i have no idea about that. could u please give me some advice?

what i did

sudo apt-get install pandoc
sudo apt-get install make
sudo apt-get install texlive-latex-base texlive-latex-recommended   texlive-latex-extra texlive-fonts-recommended
git clone https://github.com/wikiti/pandoc-book-template.git
cd pandoc-book-template/
make epub

and then i get the messages as follows:

Makefile:22: *** missing separator.  Stop.
wikiti commented 5 years ago

Hello @Yansongsongsong !

Thank you for your report.

Looks like I broke TAB characters on the Makefile on this previous commit.

It should be now fixed on the master branch.

Best regards, Daniel