aboutsummaryrefslogtreecommitdiffstats
path: root/manual/clean.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use -E sed parameter instead of -r.Piotr Esden-Tempski2017-02-041-1/+1
| | | | | BSD sed equivalent to -r parameter is -E and it is also supported in GNU sed thus using -E results in support on both platforms.
* Remove nonportable "-r" option from xargsMicah Elizabeth Scott2015-12-151-1/+1
| | | | On Linux, this avoids an empty "rm -f" call when there's nothing to clean. But it isn't portable, and it causes the build to fail on Mac OS. It doesn't seem to be harmful to remove this option entirely, and it's a step toward fixing the Mac build.
* POSIX find requires a path argument.Anthony J. Bentley2014-04-041-1/+1
|
* Improved "make manual" and "make clean"Clifford Wolf2014-02-111-0/+2