You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kxmleditor/part/pics/Makefile.am

39 lines
2.4 KiB

####### tdevelop will overwrite this part!!! (begin)##########
EXTRA_DIST = xml_attribute.png xml_cdata.png xml_comment.png xml_element.png xml_text.png xml_procinstr.png xml_cdata_b.png xml_comment_b.png xml_element_b.png xml_text_b.png xml_procinstr_b.png
install-data-local:
$(mkinstalldirs) $(kde_datadir)/kxmleditor/
$(mkinstalldirs) $(kde_datadir)/kxmleditor/pics/
$(INSTALL_DATA) $(srcdir)/xml_attribute.png $(kde_datadir)/kxmleditor/pics/xml_attribute.png
$(INSTALL_DATA) $(srcdir)/xml_cdata.png $(kde_datadir)/kxmleditor/pics/xml_cdata.png
$(INSTALL_DATA) $(srcdir)/xml_contents.png $(kde_datadir)/kxmleditor/pics/xml_contents.png
$(INSTALL_DATA) $(srcdir)/xml_comment.png $(kde_datadir)/kxmleditor/pics/xml_comment.png
$(INSTALL_DATA) $(srcdir)/xml_element.png $(kde_datadir)/kxmleditor/pics/xml_element.png
$(INSTALL_DATA) $(srcdir)/xml_text.png $(kde_datadir)/kxmleditor/pics/xml_text.png
$(INSTALL_DATA) $(srcdir)/xml_procinstr.png $(kde_datadir)/kxmleditor/pics/xml_procinstr.png
$(INSTALL_DATA) $(srcdir)/xml_cdata_b.png $(kde_datadir)/kxmleditor/pics/xml_cdata_b.png
$(INSTALL_DATA) $(srcdir)/xml_contents_b.png $(kde_datadir)/kxmleditor/pics/xml_contents_b.png
$(INSTALL_DATA) $(srcdir)/xml_comment_b.png $(kde_datadir)/kxmleditor/pics/xml_comment_b.png
$(INSTALL_DATA) $(srcdir)/xml_element_b.png $(kde_datadir)/kxmleditor/pics/xml_element_b.png
$(INSTALL_DATA) $(srcdir)/xml_text_b.png $(kde_datadir)/kxmleditor/pics/xml_text_b.png
$(INSTALL_DATA) $(srcdir)/xml_procinstr_b.png $(kde_datadir)/kxmleditor/pics/xml_procinstr_b.png
uninstall-local:
-rm -f $(kde_datadir)/kxmleditor/pics/xml_attribute.png
-rm -f $(kde_datadir)/kxmleditor/pics/xml_cdata.png
-rm -f $(kde_datadir)/kxmleditor/pics/xml_contents.png
-rm -f $(kde_datadir)/kxmleditor/pics/xml_comment.png
-rm -f $(kde_datadir)/kxmleditor/pics/xml_element.png
-rm -f $(kde_datadir)/kxmleditor/pics/xml_text.png
-rm -f $(kde_datadir)/kxmleditor/pics/xml_procinstr.png
-rm -f $(kde_datadir)/kxmleditor/pics/xml_cdata_b.png
-rm -f $(kde_datadir)/kxmleditor/pics/xml_contents_b.png
-rm -f $(kde_datadir)/kxmleditor/pics/xml_comment_b.png
-rm -f $(kde_datadir)/kxmleditor/pics/xml_element_b.png
-rm -f $(kde_datadir)/kxmleditor/pics/xml_text_b.png
-rm -f $(kde_datadir)/kxmleditor/pics/xml_procinstr_b.png
-rmdir $(kde_datadir)/kxmleditor/pics
####### tdevelop will overwrite this part!!! (end)############