%.so: $(SOURCE:%.cpp=%.o) $(LDLIBS)
$(CXX) -shared -o $(TARGET) *.o $(LDLIBS) $(EXTLIB)
-make.pre: ~/build/debian/rules.pre
- cp ~/build/debian/rules.pre make.pre
+#make.pre: ~/build/debian/rules.pre
+# cp ~/build/debian/rules.pre make.pre
-include make.post
# defile default operations
pdflatex $< && pdflatex $<
cp $*.pdf ~/build
+%.tex : %.xml
+ mdoc-extract $< ${DOC_CLASS}
+