Last (?) round of small changes for 4.2.7; see new ChangeLog entries.
[xboard.git] / Makefile.in
index fa89281..70b5808 100644 (file)
@@ -90,15 +90,15 @@ uninstall:
                $(infodir)/xboard.info $(infodir)/dir
 
 clean:
-       rm -f xboard zic2xpm *.o *.txt $(LEX_OUTPUT_ROOT).c
-       rm -f xboard_*.html xboard.aux* xboard.cp* xboard.dvi xboard.fn*
+       rm -f xboard zic2xpm *.o xboard.txt zic2xpm.txt $(LEX_OUTPUT_ROOT).c
+       rm -f xboard*.html xboard.aux* xboard.cp* xboard.dvi xboard.fn*
        rm -f xboard.ky* xboard.log xboard.pg* xboard.toc xboard.tp*
        rm -f xboard.vr* xboard.ps
 
 distclean: clean tidy
        rm -f config.cache config.log config.status Makefile 
        rm -f config.h stamp-h xboard.texinfo cmail
-       cd winboard ; make -f cygwin.mak clean
+       -cd winboard ; make -f cygwin.mak clean
 
 mostlyclean: clean
 
@@ -106,7 +106,7 @@ maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."
        rm -f $(PSEUDOSOURCE)
-       cd winboard ; make -f cygwin.mak maintainer-clean
+       -cd winboard ; make -f cygwin.mak maintainer-clean
 
 TAGS:
        etags *.c *.h
@@ -126,9 +126,9 @@ dvi: xboard.dvi
 xboard.dvi: xboard.texinfo xboard.texi gpl.texinfo configure.in
        TEXINPUTS=.:$(srcdir): texi2dvi xboard.texinfo
 
-html: xboard_toc.html
+html: xboard.html
 
-xboard_toc.html: xboard.texinfo xboard.texi gpl.texinfo configure.in
+xboard.html: xboard.texinfo xboard.texi gpl.texinfo configure.in
        texi2html -split_chapter -I $(srcdir) xboard.texinfo
 
 FAQ: FAQ.html
@@ -137,7 +137,8 @@ FAQ: FAQ.html
 pseudosource: $(PSEUDOSOURCE)
 
 dist: distclean
-       (cd linux && make pseudosource && cp -a $(PSEUDOSOURCE) ..)
+       ((cd linux && make pseudosource && cp $(PSEUDOSOURCE) -a ..) || true)
+       if [ -f winboard/WINBOARD.HLP ] ; then mv winboard/WINBOARD.HLP winboard/winboard.hlp ; fi
        rm -rf $(DISTDIR)
        mkdir $(DISTDIR)
        cp -a $(DISTSOURCE) $(DISTDIR)/
@@ -185,7 +186,7 @@ backend.o: frontend.h
 backend.o: backend.h lists.h
 backend.o: parser.h
 backend.o: moves.h
-backend.o: @ZIPPY_H@
+backend.o: zippy.h
 childio.o: config.h
 childio.o: common.h
 childio.o: frontend.h