From a32d8f587612e73fc8d4daa57577ce31f216cfbd Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Wed, 7 Sep 2005 10:10:35 +0000 Subject: [PATCH] Add htmv to Makefile --- org.gridsite.core/src/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index 3552c0f..381def9 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -298,6 +298,7 @@ install: apidoc ln -sf htcp $(prefix)/bin/htll ln -sf htcp $(prefix)/bin/htrm ln -sf htcp $(prefix)/bin/htmkdir + ln -sf htcp $(prefix)/bin/htmv cp -f gsexec $(prefix)/sbin cp -f mod_gridsite.so $(prefix)/lib/httpd/modules @@ -335,11 +336,13 @@ htcp-bin: htcp cp -f ../doc/README.htcp-bin ../htcp-bin-$(PATCH_VERSION) cp -f htcp ../htcp-bin-$(PATCH_VERSION)/bin cp -f ../doc/htcp.1 ../doc/htrm.1 ../doc/htls.1 ../doc/htll.1 \ - ../doc/htmkdir.1 ../htcp-bin-$(PATCH_VERSION)/man/man1 + ../doc/htmkdir.1 ../doc/htmv.1 \ + ../htcp-bin-$(PATCH_VERSION)/man/man1 ln -sf htcp ../htcp-bin-$(PATCH_VERSION)/bin/htls ln -sf htcp ../htcp-bin-$(PATCH_VERSION)/bin/htll ln -sf htcp ../htcp-bin-$(PATCH_VERSION)/bin/htrm ln -sf htcp ../htcp-bin-$(PATCH_VERSION)/bin/htmkdir + ln -sf htcp ../htcp-bin-$(PATCH_VERSION)/bin/htmv cd ../htcp-bin-$(VERSION) ; tar zcvf ../htcp-$(VERSION).bin.tar.gz . rm -Rf ../htcp-bin-$(PATCH_VERSION) -- 1.8.2.3