spek/Makefile.am
2012-08-05 15:13:03 -07:00

38 lines
695 B
Makefile

SUBDIRS = \
data \
man \
po \
src
EXTRA_DIST = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
dist/osx/DS_Store \
dist/osx/Info.plist \
dist/osx/README \
dist/osx/Spek.icns \
dist/osx/bundle.sh \
dist/osx/gtkrc \
dist/osx/launcher.sh \
dist/osx/spek.bundle \
dist/osx/spek.modules \
dist/win/banner.bmp \
dist/win/bundle.sh \
dist/win/dialog.bmp \
dist/win/fix-msi.js \
dist/win/spek.ico \
dist/win/spek.rc \
dist/win/spek.wxs
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
.PHONY: upload
upload:
rsync -avhz web/nginx.conf server:spek
rsync -avhz --delete --exclude="*.in" --exclude="nginx.conf" web/ server:spek/static