From: zappo Date: Sat, 23 Aug 2008 00:20:13 +0000 (+0000) Subject: (all, dist): Add scripts (scripts): New X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ecfcde61167f369c349588b4394aa68e2bafe415;p=emacs.git (all, dist): Add scripts (scripts): New --- diff --git a/test/manual/cedet/Makefile b/test/manual/cedet/Makefile index f254932fffd..1feb854041f 100644 --- a/test/manual/cedet/Makefile +++ b/test/manual/cedet/Makefile @@ -12,12 +12,13 @@ ede_FILES=Project.ede Makefile Lisp_LISP=cedet-integ-test.el cit-cpp.el cit-el.el cit-texi.el cit-load.el cit-srec.el EMACS=emacs templates_MISC=cit-extra-cpp.srt +scripts_MISC=cit-test.sh VERSION=1.0 DISTDIR=$(top)Tests-$(VERSION) -all: Lisp templates +all: Lisp templates scripts .PHONY: Lisp Lisp: $(Lisp_LISP) @@ -31,6 +32,9 @@ Lisp: $(Lisp_LISP) templates: @ +scripts: + @ + tags: @@ -41,7 +45,7 @@ clean: dist: mkdir $(DISTDIR) - cp $(Lisp_LISP) $(templates_MISC) $(ede_FILES) $(DISTDIR) + cp $(Lisp_LISP) $(templates_MISC) $(scripts_MISC) $(ede_FILES) $(DISTDIR) Makefile: Project.ede @echo Makefile is out of date! It needs to be regenerated by EDE.