diff options
author | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-11-06 01:35:22 +0000 |
---|---|---|
committer | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-11-06 01:35:22 +0000 |
commit | 466b75d997da1027db8612375bc51fa8be61d112 (patch) | |
tree | 3bc1e81c3754af08dd61486f826a69389d64c460 | |
parent | 8a057e77affc16bf477faa0983529229c11bce68 (diff) | |
download | pandoc-466b75d997da1027db8612375bc51fa8be61d112.tar.gz |
Remove a duplicate comment line.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1067 788f1e2b-df1e-0410-8736-df70ead52e1b
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ba2baf00e..13705683e 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,6 @@ $(THIS).cabal.ghccurrent: cp $(THIS).cabal.ghc66 $(THIS).cabal; \ fi cabalrestore: - # Special code dealing with ghc 6.6 -> 6.8 transition. if [ -f $(THIS).cabal.ghc66 ] && [ -f $(THIS).cabal.ghccurrent ]; then \ mv $(THIS).cabal.ghccurrent $(THIS).cabal; \ fi |