diff options
author | gregory guy <[email protected]> | 2021-09-02 17:08:36 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2021-09-02 17:08:36 +0200 |
commit | 9525aceb310e544df609a28b15c0e115fc7330a1 (patch) | |
tree | c6249fc1a63734083a9e21a07a9e6a48f4c75e30 /doc | |
parent | e621cacf5b6ab254622b5fc3b8c9c1f0f8585c66 (diff) | |
download | kscope-9525aceb310e544df609a28b15c0e115fc7330a1.tar.gz kscope-9525aceb310e544df609a28b15c0e115fc7330a1.zip |
Drop automake build support.
Delete empty file NEWS.
Add basic cmake build instructions.
Rework of the README file.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 6 | ||||
-rw-r--r-- | doc/en/Makefile.am | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 7e7a4a8..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -# the SUBDIRS is filled automatically by am_edit. If files are -# in this directory they are installed into the english dir - -KDE_LANG = en -KDE_DOCS = kscope -SUBDIRS = $(AUTODIRS) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index fef2a0a..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -KDE_DOCS = kscope -KDE_LANG = en -kde_docs_KDEDOCS = call_tree.png main_window.png pref.png project_files.png \ - project_new.png project_open.png query_dlg.png autocomp_dlg.png query_filter.png \ - call_graph.png |