From 0481f72280e60752f14b5725983ce5ac291d0dd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Thu, 27 Mar 2008 21:41:05 +0000 Subject: [PATCH] updated dependencies --- org.glite.lb.doc/Makefile | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/org.glite.lb.doc/Makefile b/org.glite.lb.doc/Makefile index 6efdd62..1562368 100644 --- a/org.glite.lb.doc/Makefile +++ b/org.glite.lb.doc/Makefile @@ -56,13 +56,29 @@ install: clean: rm -rvf LBUG* LBAG* LBDG* events.tex status.tex + rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ -.PHONY: all clean purge ps pdf -LBDG.pdf: LBDG.tex \ - LBDG-Common.tex \ - LBDG-Introduction.tex \ - producer_api.tex \ - consumer_api.tex \ - notification_api.tex \ - web_services.tex \ No newline at end of file +# dependencies: + +LBUG.pdf: LBUG.tex \ + LBUG-Introduction.tex components.tex \ + LBUG-Tools.tex logevent.tex notify.tex \ + LBUG-UseCases.tex log_usertag.tex change_acl.tex \ + LBUG-Appendix.tex events.tex status.tex + +LBAG.pdf: LBAG.tex \ + LBAG-Introduction.tex components.tex \ + LBAG-Installation.tex \ + LBAG-Running.tex + +LBDG.pdf: LBDG.tex \ + LBDG-Common.tex \ + LBDG-Introduction.tex \ + producer_api.tex \ + consumer_api.tex \ + notification_api.tex \ + web_services.tex + +.PHONY: all clean + -- 1.8.2.3