diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-20 14:40:31 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-20 14:40:31 +0100 |
commit | bd3372e21399f630c13bd3f81b5e697b6115d7bf (patch) | |
tree | c5f3063b54fa77af3566b2054bc33b142b416a6c /data/Makefile.am | |
parent | 6f5d2fdf953ae8e2687fbd4808babb0bcb73b81c (diff) | |
download | pluma-bd3372e21399f630c13bd3f81b5e697b6115d7bf.tar.bz2 pluma-bd3372e21399f630c13bd3f81b5e697b6115d7bf.tar.xz |
fixed recursive rule, thanks to samtygier
https://github.com/mate-desktop/mate-text-editor/issues/2
Diffstat (limited to 'data/Makefile.am')
-rwxr-xr-x | data/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 013e5aed..502a7831 100755 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -13,9 +13,6 @@ man_MANS = pluma.1 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pluma.pc -pluma.pc: pluma.pc - cp pluma.pc pluma.pc - bugreportdir = $(libexecdir)/pluma bugreport_SCRIPTS = pluma-bugreport.sh |