From 8523c926ffcf1b29327414c9cfa683cae6271a73 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 27 Jan 2002 17:23:51 +0000 Subject: Use `-f' instead of `-e' so installation of topic.dat works on non-GNU * sgmldocs.make: Use `-f' instead of `-e' so installation of topic.dat works on non-GNU systems too. svn path=/trunk/; revision=15487 --- help/ChangeLog | 6 +++++- help/sgmldocs.make | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'help') diff --git a/help/ChangeLog b/help/ChangeLog index 1d5ded9404..db14719995 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,8 @@ +2002-01-27 Ettore Perazzoli + + * sgmldocs.make: Use `-f' instead of `-e' so installation of + topic.dat works on non-GNU systems too. + 2002-01-17 Aaron Weber * C/apx-gloss.sgml: typos. @@ -64,7 +69,6 @@ * C/usage-exchange.sgml: Added a that discusses features of Connector ->>>>>>> 1.180 2001-12-18 Aaron Weber * C/usage-exchange.sgml: add notes about server requirements. diff --git a/help/sgmldocs.make b/help/sgmldocs.make index 1cd9eb3af4..2bd7c5dc1e 100644 --- a/help/sgmldocs.make +++ b/help/sgmldocs.make @@ -86,7 +86,7 @@ app-dist-hook: index.html basefile=`echo $$file | sed -e 's,^.*/,,'`; \ cp $$file $(distdir)/$(docname)/stylesheet-images/$$basefile ; \ done - -if [ -e topic.dat ]; then \ + -if [ -f topic.dat ]; then \ cp $(srcdir)/topic.dat $(distdir); \ fi @@ -111,7 +111,7 @@ install-data-am: index.html omf basefile=`echo $$file | sed -e 's,^.*/,,'`; \ $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/stylesheet-images/$$basefile; \ done - -if [ -e $(srcdir)/topic.dat ]; then \ + -if [ -f $(srcdir)/topic.dat ]; then \ $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(docdir); \ fi -- cgit v1.2.3