From dc805abad5bf3fee5e72f42fec64bdf9fe9dda4e Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 2 Dec 2003 06:58:00 +0000 Subject: [PATCH] Se agrega el target 'install' para que cuando se hacer un 'make install' no salga con error. --- Client/doc/Makefile | 2 ++ Constructor/doc/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Client/doc/Makefile b/Client/doc/Makefile index a3c5a78..cf64ceb 100644 --- a/Client/doc/Makefile +++ b/Client/doc/Makefile @@ -30,6 +30,8 @@ IMGS=$(wildcard *.png) all: manual.pdf +install: + # Construye manual de usuario en PDF. manual.pdf: manual.lyx $(IMGS) lyx -e pdf manual.lyx diff --git a/Constructor/doc/Makefile b/Constructor/doc/Makefile index a3c5a78..cf64ceb 100644 --- a/Constructor/doc/Makefile +++ b/Constructor/doc/Makefile @@ -30,6 +30,8 @@ IMGS=$(wildcard *.png) all: manual.pdf +install: + # Construye manual de usuario en PDF. manual.pdf: manual.lyx $(IMGS) lyx -e pdf manual.lyx -- 2.43.0