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.39, Thu Oct 17 20:55:46 2002 UTC revision 1.40, Sun Nov 17 22:36:48 2002 UTC
# Line 241  Line 241 
241          @echo "          :version $(VERSION)" >> $(AUTOLOAD_PATH)/_pkg.el          @echo "          :version $(VERSION)" >> $(AUTOLOAD_PATH)/_pkg.el
242          @echo "          :type '$(PKG_TYPE))" >> $(AUTOLOAD_PATH)/_pkg.el          @echo "          :type '$(PKG_TYPE))" >> $(AUTOLOAD_PATH)/_pkg.el
243    
244  .PHONY: binkit-sourceonly binkit-sourceinfo binkit-sourcedata binkit-sourcedatainfo  .PHONY: binkit-sourceonly binkit-sourceinfo binkit-sourcedata binkit-sourcedatainfo binkit-with-html
245  .PHONY: bindist install autoloads  .PHONY: bindist install autoloads
246    
247  bindist: binkit package-info setup-info  bindist: binkit package-info setup-info
# Line 720  Line 720 
720    
721  binkit-sourcedatainfo: binkit-common  binkit-sourcedatainfo: binkit-common
722    
723    binkit-with-html: binkit-common
724    ifneq ($(HTML_FILES),)
725            @-mkdir -p $(STAGING)/html
726            $(RCOPY) $(addprefix $(PWD)/, $(HTML_FILES)) $(STAGING)/html
727            @(cd $(STAGING); \
728            ls -1 $(patsubst %,html/%, $(notdir $(HTML_FILES))) >> $(MANIFEST))
729    endif
730    
731  # Export dependencies for outer make file usage  # Export dependencies for outer make file usage
732    
733  # Passed in from outer Make  # Passed in from outer Make

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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