Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3E57646F.245C7044@phekda.freeserve.co.uk> Date: Sat, 22 Feb 2003 11:52:15 +0000 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.23 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: Moving djasm References: <200302221025 DOT h1MAPaA16730 AT speedy DOT ludd DOT luth DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. ams AT ludd DOT luth DOT se wrote: > > 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? Presumably you've added a line like this to src/utils/makefile: EXTRA_FILES += $(INFO)/djasm.inf The rule you are looking for is in src/makefile.inc: $(INFO)/%.inf : %.tex makeinfo --no-split $< Hence you need to rename djasm.txi to djasm.tex or add a rule for making %.inf from %.txi. Bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]