diff options
author | Benjamin Valentin <[email protected]> | 2012-03-27 03:03:55 +0200 |
---|---|---|
committer | Benjamin Valentin <[email protected]> | 2012-03-27 03:03:55 +0200 |
commit | e214b332395adbc77ad596218895a4834cad434d (patch) | |
tree | 52df3b5c109d78f18e2d48f1b34336561e939c93 /Makefile.am | |
parent | d367ab28270220c1378d2a7ca9bda4a9012c76cb (diff) | |
download | caja-dropbox-e214b332395adbc77ad596218895a4834cad434d.tar.bz2 caja-dropbox-e214b332395adbc77ad596218895a4834cad434d.tar.xz |
import nautilus dropbox 0.7.1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..bd79291 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,16 @@ +AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip + +bin_SCRIPTS = dropbox +CLEANFILES = $(bin_SCRIPTS) dropbox.1 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.txt.in dropbox docgen.py + python docgen.py $(PACKAGE_VERSION) < dropbox.txt.in > dropbox.txt + $(RST2MAN) dropbox.txt > dropbox.1 + +SUBDIRS = data src |