Subversion Repositories public

Rev

Rev 99 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 99 Rev 155
Line 486... Line 486...
486
# Tell versions [3.59,3.63) of GNU make to not export all variables.
486
# Tell versions [3.59,3.63) of GNU make to not export all variables.
487
# Otherwise a system limit (for SysV at least) may be exceeded.
487
# Otherwise a system limit (for SysV at least) may be exceeded.
488
.NOEXPORT:
488
.NOEXPORT:
489
 
489
 
490
#>+ 2
490
#>+ 2
491
KDE_DIST=Makefile.in index.docbook Makefile.am 
491
KDE_DIST=index.docbook Makefile.in Makefile.am 
492
 
492
 
493
#>+ 24
493
#>+ 24
494
index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) index.docbook 
494
index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) index.docbook 
495
	@if test -n "$(MEINPROC)"; then echo $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; fi
495
	@if test -n "$(MEINPROC)"; then echo $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; $(MEINPROC) --check --cache index.cache.bz2 $(srcdir)/index.docbook; fi
496
 
496