X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=59a524b969407a1776cf1fd8b6b55ad91642db04;hp=25c145281bc340843963c38fad781c0ad3c199dc;hb=96cc4dd98e77b8a1f83fa850e3348219c957b7ef;hpb=2b2bbca189075b6dfc9533f41dcf64a572d20550 diff --git a/doc/Makefile b/doc/Makefile index 25c1452..59a524b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -26,6 +26,7 @@ SUSE91=$(shell expr "`cat /etc/issue 2> /dev/null`" : '.*SuSE Linux 9.1.*') REDHAT=$(shell expr "`cat /etc/issue 2> /dev/null`" : '.*Red Hat.*') MANDRAKE=$(shell expr "`cat /etc/issue 2> /dev/null`" : '.*Mandrake.*') DARWIN=$(shell expr "`uname -a`" : '.*Darwin.*') +UBUNTU=$(shell expr "`cat /etc/issue 2> /dev/null`" : '.*Ubuntu.*') ifneq (${DEBIAN},0) @@ -45,6 +46,10 @@ else else ifneq (${DARWIN},0) OS=darwin + else + ifneq (${UBUNTU},0) + OS:=debian + endif endif endif endif