From 3528aa180550ae5f45e37a949e1a987ec1f7ddea Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sun, 6 Oct 2002 17:15:58 +0000 Subject: [PATCH] bug fix : make a tarclean in doc/ for make tar --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index cd27891..a712dbc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.93 2002-10-06 17:09:02 thib Exp $ +# $Id: Makefile.in,v 1.94 2002-10-06 17:15:58 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -203,6 +203,8 @@ tar: configure updatedoc vclean ci echo $(VERSION) > ./VERSION + @(cd doc && make tarclean) + @(find ./ -type f ! -regex '.*RCS.*' | \ sed -e "s:^\./:fcron-$(VERSION)/:" > MANIFEST) @(cd ..; ln -s fcron fcron-$(VERSION)) -- 2.47.3