* Fixed jibberish makesamples run to not use installed versions of the
authorjoey <joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2>
Sun, 15 Jul 2001 03:55:34 +0000 (03:55 +0000)
committerjoey <joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2>
Sun, 15 Jul 2001 03:55:34 +0000 (03:55 +0000)
     filters.

Makefile
debian/changelog
makesample.sh

index 68a3588793991e13a2aa54f3b5cdf64730e618a7..1d8cbc5c0f57a4c4c775afae1f2fc63810e1001a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ install:      $(ALL) $(OTHER)
 
 samples:       $(ALL) $(OTHER)
        -rm -f SAMPLES
-       PATH=. echo $(ALL) $(OTHER) |xargs -n 1 sh makesample.sh
+       PATH=.:$$PATH; export PATH; echo $(ALL) $(OTHER) |xargs -n 1 sh makesample.sh
 
 clean:
        $(RM) -f core *.o *~ $(ALL) *.c SAMPLES
index 7b9def8fc71d798c78fa006950f1baa7fb5a8c75..aa7a45ea4d4eb8e74ec29f2ba22b3376ff598b49 100644 (file)
@@ -1,3 +1,10 @@
+filters (2.19) unstable; urgency=low
+
+  * Fixed jibberish makesamples run to not use installed versions of the
+    filters.
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 14 Jul 2001 23:44:45 -0400
+
 filters (2.18) unstable; urgency=low
 
   * ky00te is free! That leaves only newspeak in filters-nonfree.
index 5024e63826eddb55b2e63d1a37959244160b941e..ce38c2ef661abad37e91b778d23d9bd05994a6e9 100644 (file)
@@ -4,3 +4,4 @@ echo $1 >>SAMPLES
 echo "-------------" >>SAMPLES
 printf "Here's how this filter sounds, in everyday use.\nThis line is another sample of this filter's output." | ./$1 >>SAMPLES
 echo "" >>SAMPLES
+echo "" >>SAMPLES
This page took 0.012025 seconds and 4 git commands to generate.