+'ChangeLog.captive' building by 'cvs2cl'.
authorshort <>
Tue, 19 Aug 2003 08:02:41 +0000 (08:02 +0000)
committershort <>
Tue, 19 Aug 2003 08:02:41 +0000 (08:02 +0000)
Makefile.am

index 8f43fa1..da95197 100644 (file)
@@ -2,3 +2,22 @@ SUBDIRS=kernel lufsd filesystems util include man
 DIST_SUBDIRS=kernel lufsd filesystems util include config docs man
 
 EXTRA_DIST=bootstrap Contributors lufs.spec
+
+EXTRA_DIST+= \
+               ChangeLog.captive
+
+MAINTAINERCLEANFILES+= \
+               ChangeLog.captive
+
+CLEANFILES+= \
+               ChangeLog.captive.bak
+
+if MAINTAINER_MODE
+ChangeLog.captive:
+       cvs2cl --usermap cvs2cl-usermap --window 3600 --separate-header --no-wrap --file $@
+
+else
+ChangeLog.captive:
+       touch $@
+
+endif