fanboy: Improve docs and remove from SAMPLES. Closes: #496588
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 25 Aug 2008 22:21:12 +0000 (18:21 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 25 Aug 2008 22:21:12 +0000 (18:21 -0400)
Makefile
debian/changelog
filters.6

index fe73898372fdf70d648c4e7cf36a29c68b8b958c..81a90fca921f44b7bec35ab05918b69f7bdf8848 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ install:      $(BUILD) $(OTHER)
 
 samples:       $(BUILD) $(OTHER)
        -rm -f SAMPLES
-       PATH=.:$$PATH; export PATH; echo $(BUILD) $(OTHER) |xargs -n 1 sh makesample.sh
+       PATH=.:$$PATH; export PATH; echo $(BUILD) $(OTHER) |grep -v fanboy |xargs -n 1 sh makesample.sh
 
 clean:
        $(RM) -f core *.o *~ $(BUILD) *.c SAMPLES
index 73ac1a80c92f917aacd632066361ede095757650..0e236eacdbfae1156468c6cf9064b8dc59e450af 100644 (file)
@@ -1,3 +1,9 @@
+filters (2.46) UNRELEASED; urgency=low
+
+  * fanboy: Improve docs and remove from SAMPLES. Closes: #496588
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 25 Aug 2008 18:20:53 -0400
+
 filters (2.45) unstable; urgency=low
 
   * Use debhelper v7; rules file minimisation to 3 lines.
index 647b982b9d2414a146d8a761e15c40392b762647..55c0844aba0ae84401e83894a071ceda962aa053 100644 (file)
--- a/filters.6
+++ b/filters.6
@@ -25,7 +25,8 @@ convert English on stdin to Mock Swedish on stdout
 .IP eleet
 K3wl hacker slang
 .IP fanboy
-Speak like a fanboy. By default, it will speak like a fan of git/Linus/linux
+Speak like a fanboy. Filters out extraneous words and focuses on the words
+fans use. By default, it will speak like a fan of git/Linus/linux
 development. To change this, pass as parameters the words that the fanboy
 typically uses. Alternatively, pass the name of a topic that typically has
 fanboys to use a predefined word list.
This page took 0.011631 seconds and 4 git commands to generate.