]> wagnertech.de Git - projects.git/blobdiff - tools/make/mMakefile
posaune
[projects.git] / tools / make / mMakefile
index d6da7bb61cb11bae46496409831b3d71e69350a8..22101bfcf5c6288a98460920ab731de7b10988ff 100644 (file)
@@ -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}
+