Skip to content

Commit

Permalink
Derived files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pinard committed Dec 2, 2013
1 parent 54f8bb8 commit 3e71a84
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 350 deletions.
2 changes: 1 addition & 1 deletion src/recode.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
.TH RECODE "1" "November 2013" "recode 3.7-beta2" "User Commands"
.TH RECODE "1" "December 2013" "recode 3.7-beta2" "User Commands"
.SH NAME
recode \- converts files between character sets
.SH SYNOPSIS
Expand Down
4 changes: 3 additions & 1 deletion tests/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,9 @@ check-local: Recode.so
$(PYTHON) $(srcdir)/pytest $(LIMIT) $(srcdir)/t*.py

Recode.so: Recode.c setup.py
$(PYTHON) setup.py build
rm -f *.so
$(PYTHON) setup.py build_ext --inplace
rm -fr build

Recode.c: Recode.pyx
cd $(srcdir) && cython Recode.pyx
Expand Down
Loading

0 comments on commit 3e71a84

Please sign in to comment.