X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/8d00b092ec8d9b993776937f48a5a88de19cacda..b7dc2b69d6f7d354ddd82fc3f64fed711ceb317d:/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} +