]> git.eshelyaron.com Git - emacs.git/commitdiff
(templates_MISC, tempaltes): New (all, dist): add templates
authorzappo <zappo@users.sourceforge.net>
Sun, 24 Feb 2008 18:26:50 +0000 (18:26 +0000)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:47:55 +0000 (17:47 +0200)
test/manual/cedet/Makefile

index e4034f4bb8b825e9252b1c9add12d8a133b68565..f254932fffd6d1d59d2a745714564e859ebfee2c 100644 (file)
@@ -11,12 +11,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
 VERSION=1.0
 DISTDIR=$(top)Tests-$(VERSION)
 
 
 
-all: Lisp
+all: Lisp templates
 
 .PHONY: Lisp
 Lisp: $(Lisp_LISP)
@@ -27,6 +28,9 @@ Lisp: $(Lisp_LISP)
        @echo "(setq debug-on-error t)" >> $@-compile-script
        "$(EMACS)" -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^
 
+templates:
+       @
+
 tags:
 
 
@@ -37,7 +41,7 @@ clean:
 
 dist:
        mkdir $(DISTDIR)
-       cp $(Lisp_LISP) $(ede_FILES) $(DISTDIR)
+       cp $(Lisp_LISP) $(templates_MISC) $(ede_FILES) $(DISTDIR)
 
 Makefile: Project.ede
        @echo Makefile is out of date!  It needs to be regenerated by EDE.