Make it possible to uninstall without manpages (J. Jaakkola)

This commit is contained in:
Juan Jose Garcia Ripoll 2010-11-04 23:47:06 +01:00
parent bff9e6fe4f
commit a37bbc04cf

View file

@ -203,8 +203,8 @@ uninstall:
for i in $(LSP_LIBRARIES) $(LIBRARIES) Copyright LGPL; do \
$(RM) $(DESTDIR)$(libdir)/$$i || : ; \
done
rm $(DESTDIR)$(mandir)/man$(manext)/ecl.$(manext)
rm $(DESTDIR)$(mandir)/man$(manext)/ecl-config.$(manext)
rm -f $(DESTDIR)$(mandir)/man$(manext)/ecl.$(manext)
rm -f $(DESTDIR)$(mandir)/man$(manext)/ecl-config.$(manext)
clean: mostlyclean
$(RM) -r *