Merge pull request #2215 from kleisauke/fix-make-uninstall

Fix make uninstall with Doxygen
This commit is contained in:
John Cupitt 2021-04-22 11:25:48 +01:00 committed by GitHub
commit 4cc684607e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,9 @@ install-htmlDATA:
-mkdir -p $(DESTDIR)$(htmldir)
-cp -r html $(DESTDIR)$(htmldir)
uninstall-htmlDATA:
rm -rf $(DESTDIR)$(htmldir)/html
EXTRA_DIST = \
README.md \
vips-operators.cpp \