Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
svn path=/trunk/xsp/; revision=18502
  • Loading branch information
gonzalop committed Oct 2, 2003
1 parent 5a98a69 commit b2f080d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SUBDIRS = server test doc
NAME_VERSION=@PACKAGE_NAME@-@PACKAGE_VERSION@
DIST_DIR="@abs_top_builddir@/$(NAME_VERSION)"
TARFILE=$(NAME_VERSION).tar.gz
TEST_DIR=$(DESTDIR)$(PREFIX)/share/doc/xsp/test

.PHONY: all install clean uninstall dist

Expand All @@ -14,6 +15,15 @@ install: all
for i in $(SUBDIRS); do \
$(MAKE) -C $$i install || exit 1; \
done;
@echo ""
@echo "xsp installation succeeded!"
@echo ""
@echo " There are some samples ready to run in: "
@echo " $(TEST_DIR)"
@echo ""
@echo " You can try them with the following command: "
@echo " mono xsp.exe --root $(TESTDIR)"
@echo ""

clean uninstall:
for i in $(SUBDIRS); do \
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ September 22, 2003 - Gonzalo Paniagua
---------------------------------------

* Use autogen.
* Fixed some based on our dogfooding.
* Fixed some bugs based on our dogfooding.

August 29, 2003 - Gonzalo Paniagua
----------------------------------
Expand Down

0 comments on commit b2f080d

Please sign in to comment.