From: zappo Date: Sun, 24 Feb 2008 18:26:50 +0000 (+0000) Subject: (templates_MISC, tempaltes): New (all, dist): add templates X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fabfa6a363827b93ffe6f57d5763471ec792ffc1;p=emacs.git (templates_MISC, tempaltes): New (all, dist): add templates --- diff --git a/test/manual/cedet/Makefile b/test/manual/cedet/Makefile index e4034f4bb8b..f254932fffd 100644 --- a/test/manual/cedet/Makefile +++ b/test/manual/cedet/Makefile @@ -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.