On Sat, Jan 01, 2005 at 04:39:20PM +0100, Frans Pop wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Saturday 01 January 2005 02:53, DDP CVS wrote: > > Modified files: > > manuals.sgml/release-notes: Makefile.common > > manuals.sgml/release-notes/ca: Makefile > > manuals.sgml/release-notes/cs: Makefile > > manuals.sgml/release-notes/da: Makefile > > manuals.sgml/release-notes/de: Makefile > > manuals.sgml/release-notes/es: Makefile > > manuals.sgml/release-notes/it: Makefile > > manuals.sgml/release-notes/ja: Makefile > > manuals.sgml/release-notes/zh_TW: Makefile > > > > Log message: > > fixed source in validate target > > Any reason why the Makefile for nl does not use ../Makefile.common and why > it was not included in this change?
$ cat nl/Makefile # # Makefile for the release notes, language subdirectory # include $(CURDIR)/../Makefile.common As you see nl uses Makefile.common already other languages don't. I prepared once a complete new Makefile approach for DDP but because of a hard disc defect and a missing backup it's no longer available. There is still room for many improvements but I don't hesitate to commit also small fixes. Jens

