mirror of https://github.com/nirenjan/libx52.git
Ensure that doxygen docs are removed on uninstall
parent
a711f0a882
commit
b0a07fe364
|
@ -45,4 +45,8 @@ install-data-local:
|
||||||
$(INSTALL) -d $(DESTDIR)$(mandir)/man1
|
$(INSTALL) -d $(DESTDIR)$(mandir)/man1
|
||||||
$(INSTALL) -D docs/man/man1/x52cli.1 $(DESTDIR)$(mandir)/man1
|
$(INSTALL) -D docs/man/man1/x52cli.1 $(DESTDIR)$(mandir)/man1
|
||||||
|
|
||||||
|
uninstall-local:
|
||||||
|
rm -rf $(DESTDIR)$(docdir)
|
||||||
|
rm -rf $(DESTDIR)$(mandir)/man1/x52cli.1
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue