Makefile: create orgcard_letter.pdf

This commit is contained in:
Carsten Dominik 2008-02-06 17:44:59 +01:00
parent a301fb745a
commit 19c4d5debb
3 changed files with 7 additions and 5 deletions

View file

@ -75,14 +75,16 @@ HG_RELEASES = ../org-mode-all-releases-hg/
.SUFFIXES: .el .elc .texi .SUFFIXES: .el .elc .texi
SHELL = /bin/sh 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 DISTFILES_xemacs= xemacs/noutline.el xemacs/ps-print-invisible.el xemacs/README
all: $(ELCFILES) all: $(ELCFILES)
install: install-lisp install: install-lisp
doc: org.html org.pdf orgcard.pdf doc: org.html org.pdf orgcard.pdf orgcard_letter.pdf
p: p:
make pdf && open org.pdf make pdf && open org.pdf
@ -182,8 +184,8 @@ distfile:
rm -rf org-$(TAG) org-$(TAG).zip rm -rf org-$(TAG) org-$(TAG).zip
$(MKDIR) org-$(TAG) $(MKDIR) org-$(TAG)
$(MKDIR) org-$(TAG)/xemacs $(MKDIR) org-$(TAG)/xemacs
cp $(DISTFILES) org-$(TAG)/ cp -r $(DISTFILES) org-$(TAG)/
cp $(DISTFILES_xemacs) org-$(TAG)/xemacs/ cp -r $(DISTFILES_xemacs) org-$(TAG)/xemacs/
zip -r org-$(TAG).zip org-$(TAG) zip -r org-$(TAG).zip org-$(TAG)
gtar zcvf org-$(TAG).tar.gz org-$(TAG) gtar zcvf org-$(TAG).tar.gz org-$(TAG)

View file

@ -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 ;;;### (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 ;;; Generated autoloads from org-publish.el
(autoload 'org-publish "org-publish" "\ (autoload 'org-publish "org-publish" "\

Binary file not shown.