$NetBSD: patch-aj,v 1.3 2000/08/28 09:36:32 wiz Exp $ --- doc/Makefile.orig Sat Oct 11 23:24:15 1997 +++ doc/Makefile @@ -14,7 +14,7 @@ all:: fidogate.info fidogate.txt -all clean veryclean check depend install:: +all clean veryclean check depend:: for d in $(SUBDIRS); do \ if [ -f $$d/Makefile ]; then $(MAKE) -C $$d $@ || exit 1; fi; \ done @@ -47,6 +47,6 @@ check:: install:: - $(INSTALL_DATA) fidogate.info* $(PREFIX)$(INFODIR) + $(INSTALL_DATA) fidogate.info fidogate.info-? $(INFODIR) depend::