Skip to content
Snippets Groups Projects
Commit 5af047bd authored by pteuben's avatar pteuben
Browse files

added entry for PDF

parent e9c1d6ea
No related branches found
No related tags found
No related merge requests found
# webpage update
RDIR = teuben@apus:/apus1/nemo/local/www/amnh
EXPORT = partiview*html partiview.ps partiview.sgml partiview.txt \
partiview2.ps
partiview2.ps partiview.pdf
help:
@echo all: ps html
......@@ -10,9 +10,9 @@ help:
@echo EXPORT=$(EXPORT)
@echo RDIR=$(RDIR)
.PHONY: txt ps html
.PHONY: txt ps pdf html
all: txt ps html
all: txt ps pdf html
txt:
sgml2txt partiview.sgml
......@@ -23,6 +23,10 @@ ps:
gzip -c partiview.ps > partiview.ps.gz
rm partiview.dvi
# note ps2pfg as well as pstopdf exist
pdf:
ps2pdf partiview.ps
# need psutils for pnsup (prints 2 pages on 1)
ps2: ps
psnup -2 partiview.ps > partiview2.ps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment