forked from pool/nemo-extensions
f8da5677d1
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=38
22 lines
673 B
Diff
22 lines
673 B
Diff
--- nemo-dropbox.orig/Makefile.am
|
|
+++ nemo-dropbox/Makefile.am
|
|
@@ -1,16 +1,6 @@
|
|
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
|
|
|
|
-bin_SCRIPTS = dropbox
|
|
-CLEANFILES = $(bin_SCRIPTS) dropbox.1 dropbox.txt
|
|
+CLEANFILES = dropbox.txt
|
|
EXTRA_DIST = dropbox.in serializeimages.py dropbox.txt.in docgen.py rst2man.py
|
|
-man_MANS = dropbox.1
|
|
|
|
-dropbox: dropbox.in serializeimages.py
|
|
- python serializeimages.py $(PACKAGE_VERSION) $(datadir)/applications < dropbox.in > dropbox
|
|
- chmod +x dropbox
|
|
-
|
|
-dropbox.1: dropbox dropbox.txt.in docgen.py
|
|
- python docgen.py $(PACKAGE_VERSION) < dropbox.txt.in > dropbox.txt
|
|
- $(RST2MAN) dropbox.txt > dropbox.1
|
|
-
|
|
-SUBDIRS = data src
|
|
+SUBDIRS = src
|