emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/Makefile.in


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Fri, 28 May 2004 05:57:11 -0400

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.289 emacs/Makefile.in:1.290
*** emacs/Makefile.in:1.289     Tue Apr 13 19:08:31 2004
--- emacs/Makefile.in   Fri May 28 09:48:58 2004
***************
*** 445,455 ****
        if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
        then \
           echo "Copying etc/DOC-* to ${docdir} ..." ; \
!          (cd ./etc; tar -chf - DOC* compilation.txt) \
             |(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 
1; \
!          (cd $(docdir); \
!           chown $${LOGNAME:-$$USERNAME} DOC* compilation.txt; \
!           chmod a+r DOC* compilation.txt; \
            if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \
        else true; fi
        -unset CDPATH; \
--- 445,453 ----
        if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
        then \
           echo "Copying etc/DOC-* to ${docdir} ..." ; \
!          (cd ./etc; tar -chf - DOC*) \
             |(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 
1; \
!          (cd $(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \
            if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \
        else true; fi
        -unset CDPATH; \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]