Skip to content

Commit

Permalink
Don't put Gambit REPL's generated .m files in release (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
feeley committed Feb 4, 2015
1 parent cfd5525 commit 9bce331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions contrib/GambitREPL/makefile.in
Expand Up @@ -103,7 +103,7 @@ button-right.png button-up.png button-up-arrow.png \
make-appstore-screenshots make-keys make-scaled-icons \
help.html r5rs.html r5rs.pdf gambit-c.html

GENDISTFILES = $(MODULES_M)
GENDISTFILES =

DISTFILES = $(RCFILES) $(GENDISTFILES)

Expand Down Expand Up @@ -187,12 +187,10 @@ uninstall-post:
select-gen-for-commit-pre:

select-gen-for-commit-post:
$(RC) update-index --no-assume-unchanged $(MODULES_M)

deselect-gen-for-commit-pre:

deselect-gen-for-commit-post:
$(RC) update-index --assume-unchanged $(MODULES_M)

mostlyclean-pre:

Expand Down
2 changes: 1 addition & 1 deletion include/stamp.h
Expand Up @@ -3,4 +3,4 @@
*/

#define ___STAMP_YMD 20150204
#define ___STAMP_HMS 220506
#define ___STAMP_HMS 224232

0 comments on commit 9bce331

Please sign in to comment.