]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/pxp/pxp/doc/Makefile
Initial revision
[helm.git] / helm / DEVEL / pxp / pxp / doc / Makefile
diff --git a/helm/DEVEL/pxp/pxp/doc/Makefile b/helm/DEVEL/pxp/pxp/doc/Makefile
new file mode 100644 (file)
index 0000000..0ed1274
--- /dev/null
@@ -0,0 +1,43 @@
+.PHONY: all
+all: README INSTALL ABOUT-FINDLIB SPEC PRERELEASE EXTENSIONS
+
+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
+
+SPEC: SPEC.xml common.xml config.xml
+       readme -text SPEC.xml >SPEC
+
+EXTENSIONS: EXTENSIONS.xml common.xml config.xml
+       readme -text EXTENSIONS.xml >EXTENSIONS
+
+PRERELEASE: PRERELEASE.xml common.xml config.xml
+       readme -text PRERELEASE.xml >PRERELEASE
+
+config.xml:
+       touch config.xml
+
+common.xml:
+       ln -s dist-common.xml common.xml 
+
+.PHONY: clean
+clean:
+
+.PHONY: CLEAN
+CLEAN: clean
+       $(MAKE) -C manual CLEAN
+
+.PHONY: distclean
+distclean: clean
+       rm -f *~
+       $(MAKE) -C manual distclean
+
+.PHONY: symlinks
+symlinks:
+       ln -s ../examples/readme/readme.dtd .
+