Browse Source

Makefile: create orgcard_letter.pdf

Carsten Dominik 17 years ago
parent
commit
19c4d5debb
3 changed files with 7 additions and 5 deletions
  1. 6 4
      Makefile
  2. 1 1
      org-install.el
  3. BIN
      orgcard.pdf

+ 6 - 4
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)
 

+ 1 - 1
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" "\

BIN
orgcard.pdf