Generate ChangeLog also including reactos/ portions
authorshort <>
Thu, 13 Feb 2003 01:00:27 +0000 (01:00 +0000)
committershort <>
Thu, 13 Feb 2003 01:00:27 +0000 (01:00 +0000)
Makefile.am

index a725fd7..c567854 100644 (file)
@@ -27,6 +27,11 @@ SUBDIRS=intl m4 macros src doc po
 @MAINT@macros/macros.dep: macros/Makefile.am
 @MAINT@        cd macros && $(MAKE) macros.dep
 
+REACTOS_SOURCES= \
+               reactos/hal \
+               reactos/include \
+               reactos/ntoskrnl
+
 EXTRA_DIST+= \
                INSTALL \
                ABOUT-NLS \
@@ -39,9 +44,7 @@ EXTRA_DIST+= \
                .vimrc \
                .gdbinit \
                ChangeLog \
-               reactos/hal \
-               reactos/include \
-               reactos/ntoskrnl
+               $(REACTOS_SOURCES)
 
 MAINTAINERCLEANFILES+= \
                ChangeLog
@@ -51,7 +54,7 @@ CLEANFILES+= \
 
 if MAINTAINER_MODE
 ChangeLog:
-       cvs2cl.pl --usermap cvs2cl-usermap --window 3600 --separate-header --no-wrap --file $@
+       cvs2cl.pl --usermap cvs2cl-usermap --window 3600 --separate-header --no-wrap --file $@ . $(REACTOS_SOURCES)
 
 else
 ChangeLog: