]> matita.cs.unibo.it Git - helm.git/blob - helm/xsltd/Makefile.in
syntax error fixed
[helm.git] / helm / xsltd / Makefile.in
1 HELM_LIB_DIR=@HELM_LIB_DIR@
2 HELM_BIN_DIR=@HELM_BIN_DIR@
3
4 install:
5         cp xaland.class $(HELM_LIB_DIR)
6         cp start-xaland $(HELM_BIN_DIR)
7
8 distclean:
9         rm -f Makefile configure config.log config.cache config.status \
10         etc/configuration.xml etc/helm-math-engine-configuration.xml \
11         lib/configuration.pl
12
13 .PHONY: install distclean