Date: Fri, 14 Jul 1995 01:43:12 +1000 From: Bruce Evans <bde@zeta.org.au> To: bde@freefall.cdrom.com, jfieber@grendel.csc.smith.edu Cc: CVS-commiters@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com Subject: Re: cvs commit: src/gnu/usr.bin/cc/doc Makefile Message-ID: <199507131543.BAA08483@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> Modified: gnu/usr.bin/cc/doc Makefile >> Log: >> Fix dependencies for gcc.info and reno.info. `make depend' doesn't handle >> info files although texinfo supports @include. >I was going to do some makefiles for the handbook and the faq and >discovered that bsd.doc.mk thinks all the world is a [nt]roff >file. Maybe it needs an overhaul to handle texinfo and sgml, >supporting dependencies would be a Good Thing for both formats. Here the problem is really that BSD thinks that all source files are in `C' :-). We hacked bsd.doc.mk to create bsd.info.mk but it has a null `depend' target copied from bsd.doc.mk. I suppose complicated doc Makefiles have the same problem with `.so'. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507131543.BAA08483>