diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-01-13 12:26:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-01-13 12:38:51 +0100 |
commit | 5bb0ea55ac8581fe9e390ac68cd0d6c6481eeee0 (patch) | |
tree | 0808a7041ed7d5bc353d73048487a8eeff89bf09 /data | |
parent | Remove pointless .pch support (diff) | |
download | sandbox-5bb0ea55ac8581fe9e390ac68cd0d6c6481eeee0.tar.gz sandbox-5bb0ea55ac8581fe9e390ac68cd0d6c6481eeee0.tar.bz2 sandbox-5bb0ea55ac8581fe9e390ac68cd0d6c6481eeee0.zip |
Flatten data, etc & scripts Makefiles
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index fcb71b4..0000000 --- a/data/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -dist_pkgdata_DATA = sandbox.bashrc - -pixmapdir = $(datadir)/pixmaps -dist_pixmap_DATA = sandbox.svg - -desktopdir = $(datadir)/applications -dist_desktop_DATA = sandbox.desktop |