From d13834d4eb5338f1de706ac1281f46cd7a5222aa Mon Sep 17 00:00:00 2001 From: Jan Wielemaker Date: Tue, 12 Aug 2008 14:48:27 +0200 Subject: [PATCH] Updated Makefiles and fixed various outdated constructs to make 'make doc' work --- Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index d9cb3e7..6fb68a8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ PLINCL=@PLINCL@ PL=@PL@ XPCEBASE=$(PLBASE)/xpce PKGDOC=$(PLBASE)/doc/packages -PCEHOME=../../xpce +PCEHOME=../xpce LIBDIR=$(PLBASE)/library CHRDIR=$(LIBDIR)/chr EXDIR=$(PKGDOC)/examples/chr @@ -131,9 +131,10 @@ check: chr.pl # NOTE: Manual is integrated in system manual -doc: $(PDF) $(HTML) -pdf: $(PDF) +doc: pdf html +#pdf: $(PDF) #html: $(HTML) +pdf:: html:: $(HTML): $(TEX) -- 2.11.4.GIT