[pisa-src] r2312 - trunk/Makefile.am

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 19 Apr 2010 18:06:54 +0200

Author: biurrun
Date: Mon Apr 19 18:06:54 2010
New Revision: 2312

Log:
Remove Doxygen documentation on 'make clean'.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Mon Apr 19 17:56:34 2010        (r2311)
+++ trunk/Makefile.am   Mon Apr 19 18:06:54 2010        (r2312)
@@ -197,6 +197,9 @@
 %.ho: %.h
        $(CC) -I$(srcdir) -I$(builddir) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) 
$(CFLAGS) -o $@ $<
 
+clean-local:
+       -rm -rf docs/doxygen
+
 autotools-clean: maintainer-clean
        rm -f aclocal.m4 config.h.in configure m4/*.m4 Makefile.in 
$(DIST_ARCHIVES)
        rm -rf config

Other related posts:

  • » [pisa-src] r2312 - trunk/Makefile.am - Diego Biurrun