]> git.eshelyaron.com Git - emacs.git/commitdiff
(all, dist): Add scripts (scripts): New
authorzappo <zappo@users.sourceforge.net>
Sat, 23 Aug 2008 00:20:13 +0000 (00:20 +0000)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:47:55 +0000 (17:47 +0200)
test/manual/cedet/Makefile

index f254932fffd6d1d59d2a745714564e859ebfee2c..1feb854041f8f65cdaf40d20860a4fbdf93c4471 100644 (file)
@@ -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.