Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mwlib/Makefile4
-rwxr-xr-xsetup.py-mwlib2
2 files changed, 3 insertions, 3 deletions
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()
)