From abd73635a140365720b18b15dd0dde3e048f2efc Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 12 Jan 2010 05:24:22 +0000 Subject: Removed obsolete debian stuff from distclean target. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1805 788f1e2b-df1e-0410-8736-df70ead52e1b --- Makefile | 3 --- 1 file changed, 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 -- cgit v1.2.3