summaryrefslogtreecommitdiffstats
path: root/extras/shutdown/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-02-01 11:44:29 +0100
committerMichele Calgaro <[email protected]>2020-02-01 23:35:54 +0900
commit7f6e5e66e8ce89573cce241d8105f48f1aa1b5ab (patch)
treec6ac41cc14bcf0e03f8b4c09771c52858b53b786 /extras/shutdown/Makefile.am
parent2ef205291e8a19956997685093de0c77bbae6277 (diff)
downloadkshutdown-7f6e5e66e8ce89573cce241d8105f48f1aa1b5ab.tar.gz
kshutdown-7f6e5e66e8ce89573cce241d8105f48f1aa1b5ab.zip
Drop automake build support.
Add basic cmake build instructions. Delete *.spec files. Delete the NEWS file. Rework of the README file. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 1308547df8b6d3aa800115b4f283112b09106f7f)
Diffstat (limited to 'extras/shutdown/Makefile.am')
-rw-r--r--extras/shutdown/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/extras/shutdown/Makefile.am b/extras/shutdown/Makefile.am
deleted file mode 100644
index 1ff8407..0000000
--- a/extras/shutdown/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-extrasdir = $(kde_datadir)/kshutdown/extras/shutdown
-
-extras_DATA = \
- .directory \
- cancelshutdown.desktop \
- fsck.desktop
-
-EXTRA_DIST = $(extras_DATA)