diff options
author | gregory guy <[email protected]> | 2019-10-11 13:59:59 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-10-11 13:59:59 +0200 |
commit | 3ae7836398bbd45cdaa847f5339834e64af369b1 (patch) | |
tree | 2efb00b57a18905579e252a42382bc13c8c27851 /doc | |
parent | c15dba26996d579a36e1ebbeee3ecefb5758aa2b (diff) | |
download | kdirstat-3ae7836398bbd45cdaa847f5339834e64af369b1.tar.gz kdirstat-3ae7836398bbd45cdaa847f5339834e64af369b1.zip |
Drop automake build support.
Add basic cmake build instructions.
Deleted obsolete files: build-howto.html and kdirstat.spec .
Change description in README.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/Makefile.am | 11 |
2 files changed, 0 insertions, 13 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 8eb3435..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -SUBDIRS = en - diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index bcc478a..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ - -EXTRA_DIST = \ - index.docbook \ - kdirstat-main.png \ - kdirstat-config-cleanups.png \ - kdirstat-config-tree-colors.png \ - feedback-mail.png - -KDE_LANG = en -KDE_DOCS = kdirstat - |