From aced25268d981343f5ccb1381650a8429ec2012a Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sat, 4 Oct 2008 16:14:55 +0200 Subject: [PATCH] Doc. system: fix makefile, docs is phony target --- build/Makebottom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makebottom b/build/Makebottom index 7edfc542..ed4b30f7 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -224,4 +224,4 @@ default-install: # when searching for implicit rules and thence targets considered intermediate. .SECONDARY: -.PHONY: all clean distclean runtree programs api datafiles force tags configs dust install default-install +.PHONY: all clean distclean runtree programs api datafiles force tags configs dust install default-install docs -- 2.39.2