Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
partiview
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stuart Levy
partiview
Commits
5af047bd
Commit
5af047bd
authored
22 years ago
by
pteuben
Browse files
Options
Downloads
Patches
Plain Diff
added entry for PDF
parent
e9c1d6ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/Makefile
+7
-3
7 additions, 3 deletions
doc/Makefile
with
7 additions
and
3 deletions
doc/Makefile
+
7
−
3
View file @
5af047bd
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment