summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am
index 9ea724d0..79354b21 100644
--- a/doxygen/Makefile.am
+++ b/doxygen/Makefile.am
@@ -17,12 +17,10 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
-noinst_DATA=html
-
-html: doxygen.conf
+doxygen: doxygen.conf
doxygen $<
clean-local:
rm -rf html
-.PHONY: all html
+.PHONY: all doxygen