Date: Sun, 19 May 2002 16:03:03 +0200 From: Szilveszter Adam <sziszi@bsd.hu> To: freebsd-current@freebsd.org Cc: grog@lemis.com Subject: new doc under src/share/doc break world Message-ID: <20020519140303.GA3284@fonix.adamsfamily.xx>
next in thread | raw e-mail | index | archive | help
Hello everybody, The newly integrated documents under src/share/doc/psd and usd break the world because they are not really incorporated into the build system. The Makefiles define their own targets, but this way the source files are not found during "make world" because the build does not cd into the appropriate src directory. As it seems, the docs build just fine if the existing infrastructure in bsd.doc.mk is used. At present, this means in the psd: 01.cacm, 02.implement, 03.iosys, 04.uprog, 06.Clang, 15.yacc, 16.lex, 17.m4 in the usd: 21.troff What needs to be done is really just that the existing infrastructure of bsd.doc.mk should be used and the custom targets be deleted. For 17.m4, the problem is more serious, the sU macro does not seem to exist in the FreeBSD base system just for now, so should be imported first. Just an FYI. -- Regards: Szilveszter ADAM Szombathely Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020519140303.GA3284>