From b23da3e4306a3b92b39be1bf53abf48e4bd9323e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 6 Feb 2022 18:16:53 +0100 Subject: Drop automake build support. Rework the README and INSTALL files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- part/pics/Makefile.am | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 part/pics/Makefile.am (limited to 'part/pics') diff --git a/part/pics/Makefile.am b/part/pics/Makefile.am deleted file mode 100644 index 34f8fa4..0000000 --- a/part/pics/Makefile.am +++ /dev/null @@ -1,38 +0,0 @@ -####### 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)############ -- cgit v1.2.1