From a7ea1d5b61c2fd3792f802aac124b57990bf4366 Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Fri, 28 Jan 2011 16:49:46 +0000 Subject: mwlib: Fixup build --- diff --git a/mwlib/Makefile b/mwlib/Makefile index 6f244ef..0a7abd2 100644 --- a/mwlib/Makefile +++ b/mwlib/Makefile @@ -3,10 +3,10 @@ RE2C = re2c -w --no-generation-date all: _expander.cc _mwscan.cc _mwscan.so _expander.so _expander.so: _expander.cc - (cd .. && python ./setup.py build_ext --inplace build) + (cd .. && python ./setup.py-mwlib build_ext --inplace build) _mwscan.so: _mwscan.cc - (cd .. && python ./setup.py build_ext --inplace build) + (cd .. && python ./setup.py-mwlib build_ext --inplace build) _expander.cc: _expander.re $(RE2C) -o _expander.cc _expander.re diff --git a/setup.py-mwlib b/setup.py-mwlib index 8d6a55c..12fc46e 100755 --- a/setup.py-mwlib +++ b/setup.py-mwlib @@ -67,5 +67,5 @@ setup( license="BSD License", maintainer="pediapress.com", maintainer_email="info@pediapress.com", - long_description = read_long_description() + #long_description = read_long_description() ) -- cgit v0.9.1