Skip to content
Snippets Groups Projects
Commit 7c70e0c7cc36 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Add uninstall target for examples

Fixes make distcheck.
parent 425dd3a73c04
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,11 @@ ...@@ -15,6 +15,11 @@
$(MKDIR_P) $(DESTDIR)$(docdir)/examples $(MKDIR_P) $(DESTDIR)$(docdir)/examples
-$(INSTALL) -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(DESTDIR)$(docdir)/examples/ -$(INSTALL) -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(DESTDIR)$(docdir)/examples/
uninstall-local:
rm -f $(DESTDIR)$(docdir)/examples/*.c
rm -f $(DESTDIR)$(docdir)/examples/*.html
-rmdir $(DESTDIR)$(docdir)/examples
clean-local: clean-local:
test -f Makefile.am || rm -f test?.xml test -f Makefile.am || rm -f test?.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment