Mercurial > hg > xemacs-beta
diff man/Makefile @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | 8fc7fe29b841 |
children | ec9a17fef872 |
line wrap: on
line diff
--- a/man/Makefile Mon Aug 13 08:50:31 2007 +0200 +++ b/man/Makefile Mon Aug 13 08:51:03 2007 +0200 @@ -26,7 +26,7 @@ .SUFFIXES: .info .texi .dvi # Subdirectories to make recursively. -SUBDIR = xemacs lispref new-users-guide internals tm +SUBDIR = xemacs lispref new-users-guide internals tm auctex ../info/%.info : %.texi makeinfo -o $@ $< @@ -54,6 +54,8 @@ cd $@ && $(MAKE) $(MFLAGS) tm: FORCE cd $@ && $(MAKE) $(MFLAGS) +auctex: FORCE + cd $@ && $(MAKE) $(MFLAGS) FORCE : PERL = perl