X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2FMakefile;h=7ede4902f070921a10471b44e740c8024097e62b;hp=7c013c5240140075fabc6feaf954d0f8f582ea47;hb=113b194be934327de99a168d809271db252c07c4;hpb=e22b5c8bdcbf854845110210456025888e130fea;ds=sidebyside diff --git a/man/Makefile b/man/Makefile index 7c013c5..7ede490 100644 --- a/man/Makefile +++ b/man/Makefile @@ -43,6 +43,7 @@ INFODIR = ../info 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 @@ info_files = \ dvi_files = \ cl.dvi \ custom.dvi \ + emodules.dvi \ external-widget.dvi \ info.dvi \ standards.dvi \ @@ -70,6 +72,9 @@ dvi_files = \ ../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