emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests ecfcde6 028/316: (all, dist): Ad


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests ecfcde6 028/316: (all, dist): Add scripts (scripts): New
Date: Fri, 27 Jan 2017 20:03:23 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit ecfcde61167f369c349588b4394aa68e2bafe415
Author: zappo <address@hidden>
Commit: Edward John Steere <address@hidden>

    (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 f254932..1feb854 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]