From ed8622c595b509bbbe7fbaf2ff2e3aa4233f6bb9 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 15 Jul 2005 17:11:02 +0000 Subject: [PATCH] add .PHONY: doxygen --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index d90f2ed81..45dadeb00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ html_DATA = $(html) # $(subdirs) contains the list from: AC_CONFIG_SUBDIRS SUBDIRS = $(subdirs) lib plugin cmd tclpkg doc contrib graphs +.PHONY: doxygen doxygen: doxygen -- 2.40.0