aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-12 05:24:22 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-12 05:24:22 +0000
commitabd73635a140365720b18b15dd0dde3e048f2efc (patch)
tree9e2b0402bc3d3502aae8412426e4b341fd949788
parentbfba911b038bb2a573561c96e2cfbec600ebda09 (diff)
downloadpandoc-abd73635a140365720b18b15dd0dde3e048f2efc.tar.gz
Removed obsolete debian stuff from distclean target.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1805 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 203ad1f0c..ae76d9662 100644
--- a/Makefile
+++ b/Makefile
@@ -284,9 +284,6 @@ website: $(MAIN) $(web_dest)
.PHONY: distclean clean
distclean: clean
- if [ -d debian ]; then \
- chmod +x debian/rules; fakeroot debian/rules clean; \
- fi
clean:
-if [ -f $(BUILDCONF) ]; then $(BUILDCMD) clean; fi