Skip to content

Commit

Permalink
Makefile.am: uninstall doxygen files
Browse files Browse the repository at this point in the history
Repair "make distcheck".
  • Loading branch information
MaxKellermann committed Sep 20, 2009
1 parent 05008db commit a396618
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.am
Expand Up @@ -126,6 +126,12 @@ install-data-local: doc/api/html/index.html
doc/api/html/*.png doc/api/html/*.gif \ doc/api/html/*.png doc/api/html/*.gif \
$(DESTDIR)$(docdir)/html $(DESTDIR)$(docdir)/html


uninstall-local:
rm -f $(DESTDIR)$(docdir)/html/index.html \
$(DESTDIR)$(docdir)/html/*.css \
$(DESTDIR)$(docdir)/html/*.gif \
$(DESTDIR)$(docdir)/html/*.png

endif endif


# #
Expand Down

0 comments on commit a396618

Please sign in to comment.