Index: Makefile
===================================================================
--- Makefile	(revision 51396632f0aaaf3057fcb069e17c2f9afba293e6)
+++ Makefile	(revision 05d97eef3c4b070607c4de6e90e345abe2b23619)
@@ -34,7 +34,7 @@
 ERRNO_INPUT = abi/include/abi/errno.in
 
-.PHONY: all cscope cscope_parts format ccheck ccheck-fix space doxy check_errno releasefile release
+.PHONY: nothing cscope cscope_parts format ccheck ccheck-fix space check_errno
 
-all:
+nothing:
 
 cscope:
@@ -61,7 +61,4 @@
 	tools/srepl '[ \t]\+$$' ''
 
-doxy: $(BUILD_DIR)/build.ninja
-	ninja -C $(BUILD_DIR) doxygen
-
 # `sed` pulls a list of "compatibility-only" error codes from `errno.in`,
 # the following grep finds instances of those error codes in HelenOS code.
@@ -71,12 +68,4 @@
 	git grep -n -f - -- ':(exclude)abi' ':(exclude)uspace/lib/posix'
 
-# Release files
-
-releasefile: all
-	$(MAKE) -r -C release releasefile
-
-release:
-	$(MAKE) -r -C release release
-
 $(ERRNO_HEADER): $(ERRNO_INPUT)
 	echo '/* Generated file. Edit errno.in instead. */' > $@.new
