From c28405247dd05ecc562e1d7fa46c58e7e42b2a9d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 21 Nov 2013 14:53:01 -0500 Subject: Experimenting with distribution via 'make dist', to allow deletion of autogenerated files from version control --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 760c5bee..4d5a322d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -243,6 +243,7 @@ LIB_UR = $(SRCLIB)/ur 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: -- cgit v1.2.3