summaryrefslogtreecommitdiffstats
path: root/utils/upx/patches/100-disable_doc.patch
blob: d960c00c7cd7f5ed3ab0cadb403728f7ba642a96 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ ifeq ($(BUILD_STUB),1)
 	$(MAKE) -C src/stub $@
 endif
 	$(MAKE) -C src $@
-	$(MAKE) -C doc $@
+#	$(MAKE) -C doc $@
 
 
 .PHONY: default all mostlyclean clean distclean maintainer-clean