You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by ka...@apache.org on 2007/09/24 11:04:28 UTC

svn commit: r578714 - /webservices/rampart/trunk/c/Makefile.am

Author: kaushalye
Date: Mon Sep 24 02:04:27 2007
New Revision: 578714

URL: http://svn.apache.org/viewvc?rev=578714&view=rev
Log:
Include docs and api in the src dist

Modified:
    webservices/rampart/trunk/c/Makefile.am

Modified: webservices/rampart/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/Makefile.am?rev=578714&r1=578713&r2=578714&view=diff
==============================================================================
--- webservices/rampart/trunk/c/Makefile.am (original)
+++ webservices/rampart/trunk/c/Makefile.am Mon Sep 24 02:04:27 2007
@@ -8,4 +8,8 @@
 check:	
 	./rampart-tests.sh
 
+dist-hook:
+	    cp -r target/docs $(distdir) 
+		cp -r xdocs/api $(distdir)/docs
+