diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-03-15 16:04:21 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-03-15 16:28:52 +0100 |
commit | f6ab2e36b3600d63a29216332e073922c27878cd (patch) | |
tree | 43a9f9e0c0c03c40a88e96567dd9fb4c4c800f7e /doc | |
parent | 481c243500d226b3b8233c88c8b44ab2eef9e1c4 (diff) | |
download | mplayerthumbs-f6ab2e36b3600d63a29216332e073922c27878cd.tar.gz mplayerthumbs-f6ab2e36b3600d63a29216332e073922c27878cd.zip |
Drop automake build support.
Delete empty file TODO.
Add basic cmake build instructions.
Rewrite of the README file.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 6 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 0c1601e..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 = videopreview -SUBDIRS = $(AUTODIRS) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 266ad74..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = videopreview -KDE_LANG = en |