diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-02-06 18:16:53 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-06 18:16:53 +0100 |
commit | b23da3e4306a3b92b39be1bf53abf48e4bd9323e (patch) | |
tree | c15a47eb180d9fb2a35f7a5a2a3cee01d599dd8c /part/pics | |
parent | dab9ed5695c0d09a74e979671a21ba0b1ce3d93d (diff) | |
download | kxmleditor-b23da3e4306a3b92b39be1bf53abf48e4bd9323e.tar.gz kxmleditor-b23da3e4306a3b92b39be1bf53abf48e4bd9323e.zip |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'part/pics')
-rw-r--r-- | part/pics/Makefile.am | 38 |
1 files changed, 0 insertions, 38 deletions
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)############ |