From fbf110cec511ed304a160932bf89c00c0b49b912 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 2 Nov 2007 19:09:55 +0100 Subject: Easy uploading to public webserver --- src/Makefile-files | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit