From: Jan Pospíšil Date: Thu, 27 Mar 2008 21:41:05 +0000 (+0000) Subject: updated dependencies X-Git-Tag: merge_313_4~8 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0481f72280e60752f14b5725983ce5ac291d0dd3;p=jra1mw.git updated dependencies --- 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 +