changeset 1895:2eabe66daef6

Experimenting with distribution via 'make dist', to allow deletion of autogenerated files from version control
author Adam Chlipala <adam@chlipala.net>
date Thu, 21 Nov 2013 14:53:01 -0500
parents 9ef7072ca8f5
children adc24ad31fc2
files Makefile.am Makefile.in configure configure.ac
diffstat 4 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Thu Nov 21 14:36:57 2013 -0500
+++ b/Makefile.am	Thu Nov 21 14:53:01 2013 -0500
@@ -114,3 +114,5 @@
 	libtoolize -cf
 	automake --add-missing --force-missing --copy
 	autoreconf
+
+EXTRA_DIST = demo/* doc/* lib/js/* lib/ur/* src/* src/coq/* xml/*
--- a/Makefile.in	Thu Nov 21 14:36:57 2013 -0500
+++ b/Makefile.in	Thu Nov 21 14:53:01 2013 -0500
@@ -243,6 +243,7 @@
 LIB_C = $(SRCLIB)/c
 LIB_JS = $(SRCLIB)/js
 SUBDIRS = src/c
+EXTRA_DIST = demo/* doc/* lib/js/* lib/ur/* src/* src/coq/* xml/*
 all: all-recursive
 
 .SUFFIXES:
--- a/configure	Thu Nov 21 14:36:57 2013 -0500
+++ b/configure	Thu Nov 21 14:53:01 2013 -0500
@@ -2319,7 +2319,7 @@
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-WORKING_VERSION=1
+WORKING_VERSION=0
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
--- a/configure.ac	Thu Nov 21 14:36:57 2013 -0500
+++ b/configure.ac	Thu Nov 21 14:53:01 2013 -0500
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [20130421])
-WORKING_VERSION=1
+WORKING_VERSION=0
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it