summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c21cbb2f6..a47018b583 100644
--- a/Makefile
+++ b/Makefile
@@ -304,7 +304,7 @@ uninstall:
clean:
-rm -f *.o *~ $(OBJS) codecs.conf.h
-distclean:
+distclean: doxygen_clean
-rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
-rm -f *.o *.a .depend configure.log codecs.conf.h
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
@@ -338,6 +338,12 @@ ifeq ($(wildcard .developer),)
endif
$(MAKE) depend
+doxygen:
+ doxygen DOCS/tech/Doxyfile
+
+doxygen_clean:
+ -rm -rf DOCS/tech/doxygen
+
# rebuild at every CVS update or config/makefile change:
ifeq ($(wildcard .developer),)
ifneq ($(wildcard CVS/Entries),)