From ecfcde61167f369c349588b4394aa68e2bafe415 Mon Sep 17 00:00:00 2001 From: zappo Date: Sat, 23 Aug 2008 00:20:13 +0000 Subject: [PATCH] (all, dist): Add scripts (scripts): New --- test/manual/cedet/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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. -- 2.39.2