diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-10-01 18:29:13 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-10-01 18:29:13 +0000 |
commit | 1bfaf76dd09a12ccd0dea7f4ec7d1a34b38cbce5 (patch) | |
tree | e733c06750939204ea1a4aebeb0a6e872d96be45 /Makefile.am | |
parent | 88513d2d1ad60767b2d4e41a0e3a7b42894ff973 (diff) | |
download | curl-1bfaf76dd09a12ccd0dea7f4ec7d1a34b38cbce5.tar.gz |
"make clean" now cleans out the docs and tests directories, too.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5e3fcfdc3..38030152e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,6 +77,10 @@ endif examples: @(cd docs/examples; $(MAKE) check) +clean-local: + @(cd tests; $(MAKE) clean) + @(cd docs; $(MAKE) clean) + # # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros # must contain the following line: @@ -105,7 +109,7 @@ rpm: mv $$RPM_TOPDIR/SRPMS/$(RPMDIST)-*.src.rpm . # -# Build a Solaris pkkgadd format file +# Build a Solaris pkgadd format file # run 'make pkgadd' once you've done './configure' and 'make' to make a Solaris pkgadd format # file (which ends up back in this directory). # The pkgadd file is in 'pkgtrans' format, so to install on Solaris, do |