From: Message-Id: <200302221025.h1MAPaA16730@speedy.ludd.luth.se> Subject: Moving djasm To: DJGPP-WORKERS Date: Sat, 22 Feb 2003 11:25:36 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean X-MailScanner-SpamScore: s Reply-To: djgpp-workers AT delorie DOT com Hello. As I said I've put djasm in it's own directory. However I have to leave "@include ../djasm/djasm.txi" in utils/utils.tex. I've tried to make make understand that it should make ../../info/djasm.info seperately while in djasm/ but it won't. It says "make.exe: *** No rule to make target `../../info/djasm.info', needed by `_alle'. Stop." I don't understand where the rule that manages to make ../../info/utils.info (while in utils/) comes from. (It's the making of that one I'm trying to copy/immitate.) Does anyone know where that rule is? Right, MartinS