[sawfish] Makefile.in: remove NEWS and FAQ rules (dupped, as in man/Makefile.in)



commit c0d49be13414e7c2b1ab8cea687c945cf3af2236
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Sun Jan 3 11:36:46 2010 +0100

    Makefile.in: remove NEWS and FAQ rules (dupped, as in man/Makefile.in)

 ChangeLog   |    1 +
 Makefile.in |    8 +-------
 2 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 35c21a9..079f412 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 	               + instead of removing generated packging-script files upon
 		        `distclean', remove them on `gitclean'
 		       + call fakeroot debian/rules clean
+		       + remove NEWS and FAQ rules (dupped, as in man/Makefile.in)
 
 2010-01-02  Christopher Bratusek <zanghar freenet de>
 	* po/Makefile.in: don't remove sawfish.pot upon distclean
diff --git a/Makefile.in b/Makefile.in
index c0cc857..ad70d9e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,7 +27,7 @@ VPATH= srcdir@
 
 SUBDIRS = @SUBDIRS@
 
-all : build.h DOC NEWS FAQ
+all : build.h DOC
 	for dir in $(SUBDIRS); do \
 	  [ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \
  	done
@@ -75,12 +75,6 @@ uninstall :
 DOC :
 	repdoc DOC `find $(srcdir) \( -name '*.c' -o -name '*.jl' \) -print`
 
-NEWS : man/news.texi
-	(cd man && $(MAKE) ../NEWS )
-
-FAQ : man/faq.texi
-	(cd man && $(MAKE) ../FAQ )
-
 clean :
 	-for dir in $(SUBDIRS); do \
 	  [ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \



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