Mercurial > hg > xemacs-beta
diff man/Makefile @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 0d2f883870bc |
children | 360340f9fd5f |
line wrap: on
line diff
--- a/man/Makefile Mon Aug 13 09:13:58 2007 +0200 +++ b/man/Makefile Mon Aug 13 09:15:11 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