Fresco/Documentation/src Makefile.in,1.9,1.10
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Documentation/src In directory purcel:/tmp/cvs-serv17348/src Modified Files: Makefile.in Log Message: some changes to make it useable from within the website build system Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Documentation/src/Makefile.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.in 21 Jan 2003 07:45:32 -0000 1.9 +++ Makefile.in 21 Jan 2003 21:01:28 -0000 1.10 @@ -23,10 +23,11 @@ abs_top_srcdir := @abs_top_srcdir@ top_builddir := @top_builddir@ -srcdir := @srcdir@ +srcdir := @abs_srcdir@ cdir := $(top_builddir)/config docdir := $(top_builddir)/share/doc/Berlin +SHTOOL := $(abs_top_srcdir)/config/shtool XSLT := xsltproc SRC := hello.xml kits.xml hello-list.xml book.xml @@ -61,8 +62,10 @@ rm -f Makefile figures/%.eps: figures/%.svg + $(SHTOOL) mkdir -f -p -m 755 figures convert $< $@ figures/%.png: figures/%.svg + $(SHTOOL) mkdir -f -p -m 755 figures convert $< $@