From: Michal Vaner Date: Sat, 4 Oct 2008 14:14:55 +0000 (+0200) Subject: Doc. system: fix makefile, docs is phony target X-Git-Tag: holmes-import~265 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=aced25268d981343f5ccb1381650a8429ec2012a;p=libucw.git Doc. system: fix makefile, docs is phony target --- 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