--- sml/trunk/sml-mode/Makefile 1999/07/07 06:55:18 377 +++ sml/trunk/sml-mode/Makefile 1999/07/07 14:45:42 378 @@ -61,9 +61,6 @@ .dvi.ps: dvips -f $< >$@ -$(PACKAGE)-startup.el: $(ELFILES) - $(EMACS) --batch --eval '(setq generated-autoload-file "'`pwd`'/$@")' -f batch-update-autoloads "." - ###################################################################### default: elcfiles @@ -108,6 +105,12 @@ ### don't look below ### ###################################################################### +$(PACKAGE)-startup.el: $(ELFILES) + chmod +w $@ + $(EMACS) --batch --eval '(setq generated-autoload-file "'`pwd`'/$@")' -f batch-update-autoloads "." + +## + TAG = $(shell echo v$(VERSION) | tr '.' '_') ftpdir=/home/ftp/pub/monnier/$(PACKAGE)
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: s "." + +## + TAG = $(shell echo v$(VERSION) | tr '.' '_') ftpdir=/home/ftp/pub/monnier/$(PACKAGE)