Mercurial > hg > xemacs-beta
diff man/Makefile @ 414:da8ed4261e83 r21-2-15
Import from CVS: tag r21-2-15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:21:38 +0200 |
parents | 697ef44129c6 |
children |
line wrap: on
line diff
--- a/man/Makefile Mon Aug 13 11:20:44 2007 +0200 +++ b/man/Makefile Mon Aug 13 11:21:38 2007 +0200 @@ -43,6 +43,7 @@ info_files = \ $(INFODIR)/cl.info \ $(INFODIR)/custom.info \ + $(INFODIR)/emodules.info \ $(INFODIR)/external-widget.info \ $(INFODIR)/info.info \ $(INFODIR)/standards.info \ @@ -55,6 +56,7 @@ dvi_files = \ cl.dvi \ custom.dvi \ + emodules.dvi \ external-widget.dvi \ info.dvi \ standards.dvi \ @@ -70,6 +72,9 @@ ../info/custom.info : custom.texi -$(MAKEINFO) custom.texi -o ../info/custom.info +../info/emodules.info : emodules.texi + -$(MAKEINFO) emodules.texi -o ../info/emodules.info + ../info/external-widget.info : external-widget.texi -$(MAKEINFO) external-widget.texi -o ../info/external-widget.info