filters.
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
+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.
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