X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/ff2607419be96666a6e4eff72a86a5341335d216..dcad31e1921b598a7caa7cc7dab5a8145aa22765:/tools/make/mMakefile diff --git a/tools/make/mMakefile b/tools/make/mMakefile index d6da7bb..22101bf 100644 --- a/tools/make/mMakefile +++ b/tools/make/mMakefile @@ -24,8 +24,8 @@ clean: %.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 @@ -37,3 +37,6 @@ make.pre: ~/build/debian/rules.pre pdflatex $< && pdflatex $< cp $*.pdf ~/build +%.tex : %.xml + mdoc-extract $< ${DOC_CLASS} +