You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/05/01 17:09:26 UTC

svn commit: r534113 - /incubator/qpid/branches/M2/cpp/docs/api/Makefile.am

Author: aconway
Date: Tue May  1 08:09:26 2007
New Revision: 534113

URL: http://svn.apache.org/viewvc?view=rev&rev=534113
Log:
Add doxygen.timestamp to distribution so make distcheck will pass.

Modified:
    incubator/qpid/branches/M2/cpp/docs/api/Makefile.am

Modified: incubator/qpid/branches/M2/cpp/docs/api/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/docs/api/Makefile.am?view=diff&rev=534113&r1=534112&r2=534113
==============================================================================
--- incubator/qpid/branches/M2/cpp/docs/api/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/docs/api/Makefile.am Tue May  1 08:09:26 2007
@@ -4,7 +4,8 @@
 
 EXTRA_DIST = \
   html \
-  user.doxygen
+  user.doxygen \
+  doxygen.tstamp
 
 SOURCES = \
   $(wildcard $(top_srcdir)/gen/*.h) \