diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-15 17:49:10 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-15 17:49:10 +0000 |
commit | 2892335680c05d9c996f11e9383c4400fe94af7d (patch) | |
tree | 1d6597ea09981d2c7082b0f9bc78c9428002b161 /Makefile | |
parent | 3389945e06e21f7bee1a81b841197651f53b0a13 (diff) | |
download | pandoc-2892335680c05d9c996f11e9383c4400fe94af7d.tar.gz |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |