Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9ef67d33b163e286ef935b16f1a6f1fb3bfdf648
commit 9ef67d33b163e286ef935b16f1a6f1fb3bfdf648 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Wed Mar 26 21:29:15 2008 +0100 docs: fix typo in cronclean target diff --git a/docs/Makefile b/docs/Makefile index d073c85..e3aea4a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -141,7 +141,7 @@ clean: # deletes interim files like .xml or .fo but leaves the result (.pdf, # etc) untouched cronclean: - find docs ! -name authors.xml -a -name '*.xml' -o -name '*.fo' -o -name po|xargs rm -rfv + find . ! -name authors.xml -a -name '*.xml' -o -name '*.fo' -o -name po|xargs rm -rfv # checks if all the txts are included in index.txt # -2 is for the two tags: index-user.txt and index-devel.txt _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
