aports/unmaintained/julia/makefile-dont-rebuild-docs.patch
Natanael Copa b007fd689e unmaintained/julia: move from community
the tests fails. move it to unmaintained til maintainer takes a look at it
2018-06-06 13:51:46 +00:00

13 lines
536 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -338,8 +338,7 @@
$(build_depsbindir)/stringreplace $$(strings -t x - $1 | grep '$2' | awk '{print $$1;}') '$3' 255 "$(call cygpath_w,$1)"
endef
-install: $(build_depsbindir)/stringreplace $(BUILDROOT)/doc/_build/html/en/index.html
- @$(MAKE) $(QUIET_MAKE) all
+install: $(build_depsbindir)/stringreplace
@for subdir in $(bindir) $(datarootdir)/julia/site/$(VERSDIR) $(docdir) $(man1dir) $(includedir)/julia $(libdir) $(private_libdir) $(sysconfdir); do \
mkdir -p $(DESTDIR)$$subdir; \
done