mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
java: 'make clean' should remove whole api/ directory.
This directory (containing HTML documentation) can be removed completely when making clean. CLEANFILES cannot recursively remove a directory, so use a clean-local rule instead.
This commit is contained in:
@@ -55,9 +55,10 @@ CLEANFILES = \
|
||||
$(builddir)/com/redhat/et/libguestfs/*.class \
|
||||
com_redhat_et_libguestfs_GuestFS.h \
|
||||
*.class \
|
||||
*.jar \
|
||||
api/com/redhat/et/libguestfs/*.html \
|
||||
api/*
|
||||
*.jar
|
||||
|
||||
clean-local:
|
||||
-rm -rf api
|
||||
|
||||
if HAVE_JAVA
|
||||
|
||||
|
||||
Reference in New Issue
Block a user