SCM

SCM Repository

[xemacs] Diff of /XEmacs/packages/XEmacs.rules
ViewVC logotype

Diff of /XEmacs/packages/XEmacs.rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29, Thu Aug 2 14:24:03 2001 UTC revision 1.30, Sat Jan 12 05:01:39 2002 UTC
# Line 55  Line 55 
55  PWD      := $(shell pwd)  PWD      := $(shell pwd)
56    
57  .SUFFIXES:  .SUFFIXES:
58  .SUFFIXES: .info .texi .dvi .elc .el  .SUFFIXES: .html .info .txi .texi .texinfo .dvi .elc .el
59    
60  %.info: %.texi  %.info: %.texi
61          $(MAKEINFO) $(MAKEINFO_FLAGS) -o $@ $<          $(MAKEINFO) $(MAKEINFO_FLAGS) -o $@ $<
62    
63    html: $(HTML_DEP)
64    ifneq ($(HTML_FILES),)
65            @-mkdir -p $(STAGING)/html
66    endif
67    ifneq ($(HTML_FILES),)
68            $(RCOPY) $(addprefix $(PWD)/, $(HTML_FILES)) $(STAGING)/html
69    endif
70    %.html: %.txi
71            $(TEXI2HTML) $(TEXI2HTML_FLAGS) -p $* $<
72    %.html: %.texi
73            $(TEXI2HTML) $(TEXI2HTML_FLAGS) -p $* $<
74    %.html: %.texinfo
75            $(TEXI2HTML) $(TEXI2HTML_FLAGS) -p $* $<
76    
77  FORMAT_INFO_LEVEL_3_USING_XEMACS_NO_SAVE_ARGS = -eval '(setq load-path (append (list "../../../xemacs-packages/texinfo" "../../../xemacs-packages/xemacs-base") load-path))' -l informat -l texinfmt -f texinfo-format-buffer  FORMAT_INFO_LEVEL_3_USING_XEMACS_NO_SAVE_ARGS = -eval '(setq load-path (append (list "../../../xemacs-packages/texinfo" "../../../xemacs-packages/xemacs-base") load-path))' -l informat -l texinfmt -f texinfo-format-buffer
78    
79  FORMAT_INFO_USING_XEMACS_NO_SAVE_ARGS = -eval '(setq load-path (append (list "../../xemacs-packages/texinfo" "../../xemacs-packages/xemacs-base") load-path))' -l informat -l texinfmt -f texinfo-format-buffer  FORMAT_INFO_USING_XEMACS_NO_SAVE_ARGS = -eval '(setq load-path (append (list "../../xemacs-packages/texinfo" "../../xemacs-packages/xemacs-base") load-path))' -l informat -l texinfmt -f texinfo-format-buffer
# Line 92  Line 106 
106  dist:: srckit binkit package-info  dist:: srckit binkit package-info
107    
108  clean::  clean::
109          rm -f $(ELCS) $(INFO_FILES) $(AUTOLOAD_PATH)/auto-autoloads.elc \          rm -f $(ELCS) $(HTML_FILES) $(INFO_FILES) \
110                  $(AUTOLOAD_PATH)/custom-load.elc $(EXTRA_OBJS)          $(AUTOLOAD_PATH)/auto-autoloads.elc $(AUTOLOAD_PATH)/custom-load.elc \
111            $(EXTRA_OBJS)
112    
113  mostlyclean: clean  mostlyclean: clean
114    

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

root@alioth.debian.org
ViewVC Help
Powered by ViewVC 1.0.0  
Powered By FusionForge
Show source