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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 05 Nov 2009 12:49:01 +0100

Author: biurrun
Date: Thu Nov  5 12:49:01 2009
New Revision: 1532

Log:
Add INSTALL and LICENSE to EXTRA_DIST.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Thu Nov  5 12:13:19 2009        (r1531)
+++ trunk/Makefile.am   Thu Nov  5 12:49:01 2009        (r1532)
@@ -5,7 +5,7 @@
 ACLOCAL_AMFLAGS = -I m4
 
 # For "make dist"
-EXTRA_DIST  = m4 docs/Doxyfile docs/INSTALL docs/*.txt
+EXTRA_DIST  = m4 INSTALL LICENSE docs/*.txt docs/Doxyfile
 EXTRA_DIST += libpisa/*.h
 EXTRA_DIST += performance/*.h
 EXTRA_DIST += pisacd/*.h pisacd/*.conf

Other related posts:

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