summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-02 19:09:55 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-02 19:09:55 +0100
commitfbf110cec511ed304a160932bf89c00c0b49b912 (patch)
tree9ac7d25c59e07d0511ed4df7a8cec919c22c2d48 /src
parenta6d206bc229ebeb10e12960cd96a2f289db3f2cd (diff)
downloadndim-git-utils-1.2.1.tar.gz
ndim-git-utils-1.2.1.tar.xz
ndim-git-utils-1.2.1.zip
Easy uploading to public webserverv1.2.1
Diffstat (limited to 'src')
-rw-r--r--src/Makefile-files6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile-files b/src/Makefile-files
index fa28b4d..2fb281f 100644
--- a/src/Makefile-files
+++ b/src/Makefile-files
@@ -1,6 +1,7 @@
# -*- makefile -*-
-bin_SCRIPTS += src/git-amb
-EXTRA_DIST += src/git-amb
+bin_SCRIPTS += src/git-amb
+EXTRA_DIST += src/git-amb
+UPLOAD_FILES += src/git-amb
man_MANS += src/git-amb.1
EXTRA_DIST += src/git-amb.1.in
@@ -8,4 +9,5 @@ EXTRA_DIST += src/git-amb.1.in
if HAVE_NDIM_MAN2TXT
dist_doc_DATA += src/git-amb.txt
CLEANFILES += src/git-amb.txt
+UPLOAD_FILES += src/git-amb.txt
endif