From 9481d322c735e42f0ac833b224c47192281cf6a5 Mon Sep 17 00:00:00 2001 From: tchernobog Date: Sat, 11 Nov 2006 10:50:22 +0000 Subject: [PATCH] - Don't dist doxygen documentation git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1318 3ecf2c5c-341e-0410-92b4-d18e462d057c --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 07ee656..2d148a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -165,9 +165,6 @@ else endif -dist-hook : apidox - cp -Rp 'doc/API' '$(distdir)/doc/API' - distclean-local : if test -d 'doc/API'; then rm -rf 'doc/API'; fi