chiark / gitweb /
drop doc from default as it produces annoying warnings
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Nov 2020 21:42:25 +0000 (21:42 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Nov 2020 21:42:25 +0000 (21:42 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index d09fbd593bb2ba6c054316177179c3b9efe966fa..5946e3f40e86191d1cd2730af462df462cdaa693 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
 SHELL=/bin/bash
 
 default: all check
-all: debug doc
+all: debug
 everything: debug doc release check bundled-sources
 
 #---------- funky macros etc. ----------