trueos / trueos-docs

9 stars 17 forks source link

Makefile:13: *** missing separator. Stop. #4

Closed g000444555 closed 8 years ago

g000444555 commented 8 years ago

I get the following error when trying to make the handbook on ubuntu 16.04 LTS:

$ cd trueos-handbook
$ make epub
Makefile:13: *** missing separator. Stop.
kmoore134 commented 8 years ago

Yea, I do see this error when using 'gmake'. Not sure the issue yet, works with FreeBSD's make.

patryk-s commented 8 years ago

gmake doesn't like the period before "ifndef" and "endif" but if you remove them it stops on line 75 on:

.if exists(po)

but I don't know how to fix that one - it also doesn't like the period-less "if":

Makefile:75: *** missing separator.  Stop.
patryk-s commented 8 years ago

Oh, and try bmake:

apt-get install bmake
beanpole135 commented 8 years ago

Well, the handbook is already available pre-built on the website[1]. Since TrueOS is an operating system, we kind of expect that the handbook to be "built" on the same operating system, not other types of systems.

Closing as "not to be fixed".

[1] https://www.trueos.org/handbook/trueos.html