From: zappo Date: Wed, 28 Jan 2009 16:10:29 +0000 (+0000) Subject: (LOADPATH): Add contrib. (Misc): New (dist): Add Misc X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b13b4327c6365c2aac8a6fe2e69c25568c80ec6a;p=emacs.git (LOADPATH): Add contrib. (Misc): New (dist): Add Misc --- diff --git a/test/manual/cedet/Makefile b/test/manual/cedet/Makefile index 20413bd7347..3520eed2ec3 100644 --- a/test/manual/cedet/Makefile +++ b/test/manual/cedet/Makefile @@ -11,15 +11,16 @@ 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 cit-gnustep.el EMACS=emacs -LOADPATH= ../ede/ ../srecode/ ../semantic/wisent/ ../semantic/bovine/ ../semantic/ ../eieio/ ../common/ +LOADPATH= ../contrib/ ../ede/ ../srecode/ ../semantic/wisent/ ../semantic/bovine/ ../semantic/ ../eieio/ ../common/ templates_MISC=cit-extra-cpp.srt scripts_MISC=cit-test.sh +Misc_MISC=README VERSION=1.0 -DISTDIR=$(top)Tests-$(VERSION) +DISTDIR=$(top)cit-$(VERSION) -all: Lisp templates scripts +all: Lisp templates scripts Misc .PHONY: Lisp Lisp: $(Lisp_LISP) @@ -36,6 +37,9 @@ templates: scripts: @ +Misc: + @ + tags: @@ -46,7 +50,7 @@ clean: dist: mkdir $(DISTDIR) - cp $(Lisp_LISP) $(templates_MISC) $(scripts_MISC) $(ede_FILES) $(DISTDIR) + cp $(Lisp_LISP) $(templates_MISC) $(scripts_MISC) $(Misc_MISC) $(ede_FILES) $(DISTDIR) Makefile: Project.ede @echo Makefile is out of date! It needs to be regenerated by EDE.