diff --git a/ChangeLog b/ChangeLog index 9ab86f27..07f1cab7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +$id$ + MBSEBBS History. The good news is at the bottom :-) @@ -4212,6 +4214,9 @@ v0.33.18 27-Jul-2001 v0.33.19 26-Oct-2001 + general: + Made the Makefile system more simple. + lang: Changed language prompt 71. Added language prompts 472 and 473 for FS editor. diff --git a/Makefile.global.in b/Makefile.global.in index 54924ad5..86d266fb 100644 --- a/Makefile.global.in +++ b/Makefile.global.in @@ -1,5 +1,6 @@ # Compile-time configuration for MBSE FidoNet/Internet BBS -# +# $Id$ + VERSION = @VERSION@ PACKAGE = @PACKAGE@ diff --git a/config.h.in b/config.h.in index 487c187b..d8429c87 100644 --- a/config.h.in +++ b/config.h.in @@ -1,4 +1,5 @@ /* config.h.in. */ +/* $Id$ */ #undef COPYRIGHT #undef VERSION diff --git a/configure.in b/configure.in index 0efdabb7..46bb7ce4 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: +dnl $Id$ AC_INIT(lib/libs.h) AM_CONFIG_HEADER(config.h) diff --git a/examples/Makefile b/examples/Makefile index 18075e0f..f3aa9e4d 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,5 +1,5 @@ # Copyright (c) M. Broek, 1997-2001 -# $Id: +# $Id$ include ../Makefile.global diff --git a/html/Makefile b/html/Makefile index 58b1fdb2..12ca5dc0 100644 --- a/html/Makefile +++ b/html/Makefile @@ -1,5 +1,6 @@ # Copyright (c) M Broek, 1997-2000 # Top-level makefile for MBSE BBS html documentation. +# $Id$ include ../Makefile.global diff --git a/lang/Makefile b/lang/Makefile index 5cd81113..0cb065a5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,6 +1,6 @@ # Makefile for MBSE BBS under Linux # Copyright (c) 1998, 2000 by M. Broek. -# $Id: +# $Id$ include ../Makefile.global diff --git a/lib/Makefile b/lib/Makefile index 07ecdcc8..4ed4f072 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,6 @@ # Makefile for the library files. # Copyright (c) 1997, 2001 by M. Broek. +# $Id$ include ../Makefile.global diff --git a/mbcico/Makefile b/mbcico/Makefile index b2d75de1..40fd69b5 100644 --- a/mbcico/Makefile +++ b/mbcico/Makefile @@ -1,6 +1,6 @@ # Makefile for mbcico. -# Copyright (c) 1998, 2000 by M. Broek. -# $Id: +# Copyright (c) 1998, 2001 by M. Broek. +# $Id$ include ../Makefile.global diff --git a/mbfido/Makefile b/mbfido/Makefile index 54784ffa..f0c80704 100644 --- a/mbfido/Makefile +++ b/mbfido/Makefile @@ -1,6 +1,6 @@ # Makefile for MBSE BBS under Linux -# Copyright (c) 1998, 2000 by M. Broek. -# $Id: +# Copyright (c) 1998, 2001 by M. Broek. +# $Id$ include ../Makefile.global diff --git a/mbmon/Makefile b/mbmon/Makefile index 90621e5f..7dfb89ef 100644 --- a/mbmon/Makefile +++ b/mbmon/Makefile @@ -1,6 +1,6 @@ # Makefile for the mbsetup. -# Copyright (c) 1997-2000 by M. Broek. -# $Id: +# Copyright (c) 1997-2001 by M. Broek. +# $Id$ include ../Makefile.global diff --git a/mbsebbs/Makefile b/mbsebbs/Makefile index d3887306..1446af91 100644 --- a/mbsebbs/Makefile +++ b/mbsebbs/Makefile @@ -1,6 +1,6 @@ # Makefile for MBSE BBS under Linux -# Copyright (c) 1998, 2000 by M. Broek. -# $Id: +# Copyright (c) 1998, 2001 by M. Broek. +# $Id$ include ../Makefile.global diff --git a/mbsetup/Makefile b/mbsetup/Makefile index 2a04d1bd..12042495 100644 --- a/mbsetup/Makefile +++ b/mbsetup/Makefile @@ -1,6 +1,6 @@ # Makefile for the mbsetup. -# Copyright (c) 1997-2000 by M. Broek. -# $Id: +# Copyright (c) 1997-2001 by M. Broek. +# $Id$ include ../Makefile.global diff --git a/mbtask/Makefile b/mbtask/Makefile index 3d6cb885..53dc91a5 100644 --- a/mbtask/Makefile +++ b/mbtask/Makefile @@ -1,6 +1,6 @@ # Makefile for mbtask. # Copyright (c) 1997-2001 by M. Broek. -# $Id: +# $Id$ include ../Makefile.global diff --git a/script/Makefile b/script/Makefile index 7ebd1c01..01f1d916 100644 --- a/script/Makefile +++ b/script/Makefile @@ -1,6 +1,6 @@ # Makefile for MBSE BBS under Linux -# Copyright (c) 1998, 2000 by M. Broek. -# $Id: +# Copyright (c) 1998, 2001 by M. Broek. +# $Id$ include ../Makefile.global