diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-02-22 12:31:47 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-02-22 12:44:01 +0100 |
commit | 9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda (patch) | |
tree | 5414f4b1866fb6ac99d742f217b19f470e1ae477 /src/icons/Makefile.am | |
parent | a79160540c050b5eaca4ecdcee65ec2e164eae6f (diff) | |
download | kvpnc-9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda.tar.gz kvpnc-9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda.zip |
Drop automake build support.
Add basic build instructions.
Rework of the README, INSTALL and help page.
Remove empty folder templates and the NEWS file.
Delete the INSTALL.debian and INSTALL.gentoo files.
Create the doc/misc folder to hold lot of config
and/or readme files.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src/icons/Makefile.am')
-rw-r--r-- | src/icons/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/icons/Makefile.am b/src/icons/Makefile.am deleted file mode 100644 index 2dadc2c..0000000 --- a/src/icons/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -KDE_ICON = kvpnc -appicondir = $(kde_datadir)/kvpnc/icons -appicon_ICON = AUTO -appicon_KDEICON = hi16-action-fritzboximport.png hi32-action-fritzboximport.png \ - lo16-action-fritzboximport.png lo32-action-fritzboximport.png |