diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-18 09:51:32 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-18 09:51:32 +0200 |
commit | 4d02494caa4e02a7f0c7f6b4160c9dc076969b5b (patch) | |
tree | 38a6d8bdc076c6c732fe49e95f1a5ebd23c1496a /Makefile.am | |
parent | 6e3017d0406a5490a802f7ebac7abfb3f1afa019 (diff) | |
download | librpm-tizen-4d02494caa4e02a7f0c7f6b4160c9dc076969b5b.tar.gz librpm-tizen-4d02494caa4e02a7f0c7f6b4160c9dc076969b5b.tar.bz2 librpm-tizen-4d02494caa4e02a7f0c7f6b4160c9dc076969b5b.zip |
Remove doc/librpm during maintainer-clean.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7272e356e..136272404 100644 --- a/Makefile.am +++ b/Makefile.am @@ -355,7 +355,7 @@ noinst_DATA += doc/librpm/html/index.html EXTRA_DIST += doc/librpm/html maintainer-clean-local: - rm -rf doc/librpm/html + rm -rf doc/librpm if WITH_INTERNAL_DB db.h: $(top_builddir)/db3/db.h |