]> granicus.if.org Git - fcron/commitdiff
do a "cd .." before making the ci-ing in make tar, because it makes appear the file...
authorthib <thib>
Fri, 4 Jan 2002 18:02:06 +0000 (18:02 +0000)
committerthib <thib>
Fri, 4 Jan 2002 18:02:06 +0000 (18:02 +0000)
doc/Makefile.in

index 4b080cd751430d8d97045d8d5b1a13f514db38bf..0d3a49e4d3a3d7b70b69d0f6b007f719221dd03f 100644 (file)
@@ -4,7 +4,7 @@
 
 # @configure_input@
 
-# $Id: Makefile.in,v 1.4 2002-01-03 22:39:50 thib Exp $
+# $Id: Makefile.in,v 1.5 2002-01-04 18:02:06 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
@@ -47,7 +47,7 @@ all: doc
 
 doc: HTML/index.html
 
-mandoc: HTML/index.html
+mandoc:
        @(if test \( ! -f $(DB2MAN_SPEC) \) -o \( ! -x $(NSGMLS) \) -o \( ! -x $(SGMLSPL) \); then \
           echo "ERROR: cannot generate man pages." ; \
           echo "       Please check if nsgmls, sgmlspl are installed, and " ; \
@@ -147,6 +147,8 @@ vclean: clean
        rm -f HTML/* man/* txt/*
 
 tar: doc tarclean
-       @(find ./ -type f ! -regex '.*RCS.*' ! -regex "$(RCSNOCI)" \
+# we run a "cd .." because it makes appear the path of the file ( ./doc/XXXX )
+# during the ci-ing
+       @(cd ..; find ./doc/ -type f ! -regex '.*RCS.*' ! -regex "$(RCSNOCI)" \
              -exec ci -l {} \;)