Commit 6f273603 authored by Christophe Mutricy's avatar Christophe Mutricy

don't build the doc in all cases for dirac

parent b103c00a
...@@ -1921,8 +1921,7 @@ dirac: dirac-$(DIRAC_VERSION).tar.gz ...@@ -1921,8 +1921,7 @@ dirac: dirac-$(DIRAC_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
ifdef HAVE_DARWIN_OS ifdef HAVE_DARWIN_OS
patch -p0 <Patches/dirac-osx.patch patch -p0 <Patches/dirac-osx.patch
endif else
ifneq ($(HOST),$(BUILD))
patch -p0 <Patches/dirac-cross.patch patch -p0 <Patches/dirac-cross.patch
(cd $@; aclocal && autoconf && automake) (cd $@; aclocal && autoconf && automake)
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment