diff --git a/doc/Makefile.am b/doc/Makefile.am index 33fe4f263fea5972f842dc2ea4e0e57734fd8dc2..cbfc360e540b10de530158eac24e75d1f1278675 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.42 2002/03/29 22:29:56 ceder Exp $ +# $Id: Makefile.am,v 1.43 2002/08/11 16:14:36 ceder Exp $ # Copyright (C) 1998-1999, 2001-2002 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -28,7 +28,12 @@ SUBDIRS = man info_TEXINFOS = Protocol-A.texi lyskomd.texi -MOSTLYCLEANFILES = Protocol-A.notab lyskomd.notab *.tmp +MOSTLYCLEANFILES = Protocol-A.notab lyskomd.notab *.tmp \ + protocol-a.texi protocol-a.aux protocol-a.fns protocol-a.log \ + protocol-a.toc protocol-a.am protocol-a.cp protocol-a.fn \ + protocol-a.ky protocol-a.pg protocol-a.tp protocol-a.vr + +DISTCLEANFILES = Protocol-A.pdf EXTRA_DIST = .cvsignore \ IDEAS \ @@ -54,13 +59,13 @@ protocol-a.info: Protocol-A.texi # disable it with a explicit targets for the dvi and pdf output. Protocol-A.dvi: protocol-a.texi - TEXINPUTS="../scripts:$$TEXINPUTS" \ + TEXINPUTS="$(top_srcdir)/scripts:$$TEXINPUTS" \ MAKEINFO='makeinfo -I .' \ texi2dvi protocol-a.texi mv protocol-a.dvi $@ Protocol-A.pdf: protocol-a.texi - TEXINPUTS="../scripts:$$TEXINPUTS" \ + TEXINPUTS="$(top_srcdir)/scripts:$$TEXINPUTS" \ MAKEINFO='makeinfo -I .' \ texi2dvi --pdf protocol-a.texi mv protocol-a.pdf $@