[librep] Makefile.in: remove tar target [Ritz]



commit 3d82d7f24d5649a7209c0ba702727e51ff43e4cf
Author: chrisb <zanghar freenet de>
Date:   Wed May 6 18:42:14 2009 +0200

    Makefile.in: remove tar target [Ritz]
---
 ChangeLog     |    3 +++
 Makefile.in   |    5 +----
 man/news.texi |    2 ++
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 236126e..6649aff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-05-06  Christopher Bratusek <zanghar freenet de>
+	* Makefile.in: remove tar target [Ritz]
+
 2009-05-05  Christopher Bratusek <zanghar freenet de>
 	* man/lang.tex
 	* man/librep.texi
diff --git a/Makefile.in b/Makefile.in
index 720249a..a5fc645 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -84,9 +84,6 @@ src/repdoc :
 NEWS : man/news.texi
 	( cd man && $(MAKE) ../NEWS )
 
-tar :
-	tar -zcT FILES -f librep.tar.gz
-
 clean :
 	-for dir in $(ALL_SUBDIRS); do \
 	  [ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \
@@ -134,4 +131,4 @@ TAGS :
 	   --regex="/[ \t]+([ \t]*define-datum-printer[ \t]+'\([^ \t)]+\)/\1/"\
 		$$rep_files
 
-.PHONY: install uninstall tar nobak clean realclean TAGS tags distclean
+.PHONY: install uninstall nobak clean realclean TAGS tags distclean
diff --git a/man/news.texi b/man/news.texi
index b4c13e9..d11448d 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -14,6 +14,8 @@
 @item Improved configures ending message
 
 @item Doc update in 'Numbers' section. Lacking description on machine dependence is added. [Teika]
+
+ item Remove tar target from Makefile [Ritz]
 @end itemize
 
 @heading 0.17.3



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