Explorar o código

Don't try to generate documentation when cross-compiling

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53231 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements %!s(int64=12) %!d(string=hai) anos
pai
achega
d6a640d41e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      include/Make/Multi.make

+ 4 - 0
include/Make/Multi.make

@@ -15,7 +15,11 @@ multi: progs htmlmulti
 
 progs: $(PROGFILES)
 
+ifdef CROSS_COMPILING
+htmlmulti:
+else
 htmlmulti: $(HTMLFILES) $(MANFILES)
+endif
 
 $(BIN)/%$(EXE): $(DEPENDENCIES)
 	$(call linker)