fpp/docs/users-guide/clean.do
bocchino 80156b0490 Revise docs
Prepare for push to github.com
Replace internal links with external ones
2020-12-11 17:21:43 -08:00

14 lines
428 B
Plaintext

#!/bin/sh -e
# ----------------------------------------------------------------------
# clean.do
# ----------------------------------------------------------------------
rm -f fpp-users-guide.adoc *.html *.pdf *~ *.bak \
defined-tags.txt used-tags.txt \
undefined-tags.txt undefined-tags.annotated.txt \
keywords.txt
rm -rf code-prettify check
targets=`find . -mindepth 2 -name clean.do | sed 's/\.do$//'`
redo $targets