diff --git a/Makefile b/Makefile index 3ffc2bf6a..5a86cb14e 100644 --- a/Makefile +++ b/Makefile @@ -75,14 +75,16 @@ HG_RELEASES = ../org-mode-all-releases-hg/ .SUFFIXES: .el .elc .texi SHELL = /bin/sh -DISTFILES= README ${LISPFILES} ${DOCFILES} ${CARDFILES} Makefile dir ChangeLog request-assign-future.txt +DISTFILES= README ${LISPFILES} ${DOCFILES} ${CARDFILES} \ + Makefile dir ChangeLog request-assign-future.txt \ + CONTRIB DISTFILES_xemacs= xemacs/noutline.el xemacs/ps-print-invisible.el xemacs/README all: $(ELCFILES) install: install-lisp -doc: org.html org.pdf orgcard.pdf +doc: org.html org.pdf orgcard.pdf orgcard_letter.pdf p: make pdf && open org.pdf @@ -182,8 +184,8 @@ distfile: rm -rf org-$(TAG) org-$(TAG).zip $(MKDIR) org-$(TAG) $(MKDIR) org-$(TAG)/xemacs - cp $(DISTFILES) org-$(TAG)/ - cp $(DISTFILES_xemacs) org-$(TAG)/xemacs/ + cp -r $(DISTFILES) org-$(TAG)/ + cp -r $(DISTFILES_xemacs) org-$(TAG)/xemacs/ zip -r org-$(TAG).zip org-$(TAG) gtar zcvf org-$(TAG).tar.gz org-$(TAG) diff --git a/org-install.el b/org-install.el index 5a0b0203b..b29db4c50 100644 --- a/org-install.el +++ b/org-install.el @@ -441,7 +441,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'. ;;;*** ;;;### (autoloads (org-publish-all org-publish-current-file org-publish-current-project -;;;;;; org-publish) "org-publish" "org-publish.el" (18344 35961)) +;;;;;; org-publish) "org-publish" "org-publish.el" (18345 57801)) ;;; Generated autoloads from org-publish.el (autoload 'org-publish "org-publish" "\ diff --git a/orgcard.pdf b/orgcard.pdf index b8d275968..b41f54d30 100644 Binary files a/orgcard.pdf and b/orgcard.pdf differ