diff options
author | gregory guy <[email protected]> | 2021-03-02 13:57:11 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2021-03-02 14:10:10 +0100 |
commit | 95a6a36403a289814bb252cd5496e4d67d331b11 (patch) | |
tree | 2da9acd78281232d12a8a2da75d5e78b9f220df9 /doc/pt | |
parent | 1ada9e7a1182c27208d784aab9f046dd5da0d22f (diff) | |
download | kmplayer-95a6a36403a289814bb252cd5496e4d67d331b11.tar.gz kmplayer-95a6a36403a289814bb252cd5496e4d67d331b11.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty file NEWS.
Rework of the README and the English help page files.
Update some cmake files with latest macros.
libXv and libXext are handled by cmake intern modules through X11 variables.
Few cosmetics.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'doc/pt')
-rw-r--r-- | doc/pt/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/pt/Makefile.am b/doc/pt/Makefile.am deleted file mode 100644 index 374a987..0000000 --- a/doc/pt/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -EXTRA_DIST = index.docbook - - -KDE_LANG = pt -KDE_DOCS = kmplayer |