X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2FMakefile;h=39c411eb6264d55856a1e2e37094f30acac22453;hp=ad31590c1d03bfe214ab315b2d22e50209a65e6d;hb=aee3ea30595ebee301ccb1532062053c3c580e19;hpb=bb5ae29c168859601734780a1cc923d96a90cd29 diff --git a/doc/Makefile b/doc/Makefile index ad31590..39c411e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -24,7 +24,8 @@ DOCFILE_EXT_DEFAULT:=xml DEBIAN=$(shell expr "`cat /etc/issue`" : '.*Debian.*') SUSE=$(shell expr "`cat /etc/issue`" : '.*SuSE.*') SUSE91=$(shell expr "`cat /etc/issue`" : '.*SuSE Linux 9.1.*') -REDHAT=$(shell expr "`cat /etc/issue`" : '.*RedHat.*') +REDHAT=$(shell expr "`cat /etc/issue`" : '.*Red Hat.*') +MANDRAKE=$(shell expr "`cat /etc/issue`" : '.*Mandrake.*') ifneq (${DEBIAN},0) OS:=debian @@ -37,6 +38,10 @@ else else ifneq (${REDHAT},0) OS=redhat + else + ifneq (${MANDRAKE},0) + OS=mandrake + endif endif endif endif