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 pi...@apache.org on 2007/06/15 08:12:04 UTC

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

Author: pini
Date: Thu Jun 14 23:12:04 2007
New Revision: 547541

URL: http://svn.apache.org/viewvc?view=rev&rev=547541
Log:
Installing docs to 'make install' target

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?view=diff&rev=547541&r1=547540&r2=547541
==============================================================================
--- webservices/rampart/trunk/c/Makefile.am (original)
+++ webservices/rampart/trunk/c/Makefile.am Thu Jun 14 23:12:04 2007
@@ -1,6 +1,8 @@
 SUBDIRS = src 
+docsdir=$(prefix)/docs
 includedir=$(prefix)/include/rampart-0.90
 include_HEADERS=$(top_builddir)/include/*.h
+docs_DATA=xdocs/*
 EXTRA_DIST = LICENSE NOTICE build.sh autogen.sh samples build test
 
 check: