[Pinfo-devel] r283 - in pinfo/trunk: . macros

Bas Zoetekouw bas at costa.debian.org
Thu Mar 9 20:09:59 UTC 2006


Author: bas
Date: 2006-03-09 20:09:59 +0000 (Thu, 09 Mar 2006)
New Revision: 283

Added:
   pinfo/trunk/Changelog
Modified:
   pinfo/trunk/Makefile.am
   pinfo/trunk/macros/Makefile.am
Log:
Fixed "make dist" errors


Copied: pinfo/trunk/Changelog (from rev 281, pinfo/trunk/ChangeLog)

Modified: pinfo/trunk/Makefile.am
===================================================================
--- pinfo/trunk/Makefile.am	2006-03-09 20:09:20 UTC (rev 282)
+++ pinfo/trunk/Makefile.am	2006-03-09 20:09:59 UTC (rev 283)
@@ -1,3 +1,5 @@
+# no FSF/GNU fascism
+AUTOMAKE_OPTIONS=foreign
 
 ALL_LINGUAS =
 always_built_SUBDIRS = src
@@ -6,7 +8,7 @@
 
 SUBDIRS = doc macros po $(always_built_SUBDIRS)
 
-EXTRA_DIST = config.rpath  TECHSTUFF TODO pinfo.spec INSTALL
+EXTRA_DIST =  TECHSTUFF pinfo.spec INSTALL
 
 
 ## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change

Modified: pinfo/trunk/macros/Makefile.am
===================================================================
--- pinfo/trunk/macros/Makefile.am	2006-03-09 20:09:20 UTC (rev 282)
+++ pinfo/trunk/macros/Makefile.am	2006-03-09 20:09:59 UTC (rev 283)
@@ -1,10 +1,12 @@
 ## Please update this variable if any new macros are created
-MACROS=	compiler-flags.m4		\
+MACROS=	\
+	compiler-flags.m4		\
 	aclocal-include.m4		\
 	curses.m4			\
-	readline.m4
+	readline.m4	\
+	wchar.m4
 
-EXTRA_DIST=$(MACROS) autogen.sh
+EXTRA_DIST=$(MACROS)
 MAINTAINERCLEANFILES=macros.dep
 
 @MAINT at macros.dep: Makefile.am




More information about the Pinfo-devel mailing list