X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fnetstring%2Fdoc%2FMakefile;fp=helm%2FDEVEL%2Fpxp%2Fnetstring%2Fdoc%2FMakefile;h=7f8450be3e7ff5dd19a025e81a4949a35ca317bc;hb=c03d2c1fdab8d228cb88aaba5ca0f556318bebc5;hp=0000000000000000000000000000000000000000;hpb=758057e85325f94cd88583feb1fdf6b038e35055;p=helm.git diff --git a/helm/DEVEL/pxp/netstring/doc/Makefile b/helm/DEVEL/pxp/netstring/doc/Makefile new file mode 100644 index 000000000..7f8450be3 --- /dev/null +++ b/helm/DEVEL/pxp/netstring/doc/Makefile @@ -0,0 +1,22 @@ +.PHONY: all +all: README INSTALL ABOUT-FINDLIB + +README: README.xml common.xml config.xml + readme -text README.xml >README + +INSTALL: INSTALL.xml common.xml config.xml + readme -text INSTALL.xml >INSTALL + +ABOUT-FINDLIB: ABOUT-FINDLIB.xml common.xml config.xml + readme -text ABOUT-FINDLIB.xml >ABOUT-FINDLIB + +.PHONY: clean +clean: + +.PHONY: CLEAN +CLEAN: clean + +.PHONY: distclean +distclean: clean + rm -f *~ +