From 2892335680c05d9c996f11e9383c4400fe94af7d Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 15 Aug 2007 17:49:10 +0000 Subject: Fixed bug in tarball target in Makefile (should be RELNAME instead of fullname). git-svn-id: https://pandoc.googlecode.com/svn/trunk@850 788f1e2b-df1e-0410-8736-df70ead52e1b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e163dc8c..e38cea785 100644 --- a/Makefile +++ b/Makefile @@ -330,7 +330,7 @@ $(tarball_name): $(MAKE) -C $(RELNAME) templates $(MAKE) -C $(RELNAME) wrappers tar cvzf $(tarball_name) $(RELNAME) - -rm -rf $(fullname) + -rm -rf $(RELNAME) .PHONY: deb deb_name:=$(shell grep ^Package debian/control | cut -d' ' -f2 | head -n 1) -- cgit v1.2.3