Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
6c344602
Commit
6c344602
authored
Jul 12, 2005
by
Lynn Garren
Browse files
merging dvips fix
parent
270e47f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
HepMC/doc/Makefile.am
View file @
6c344602
...
...
@@ -18,9 +18,6 @@ DOC_INCLUDES = graph_interpretation.eps \
SUFFIXES
=
.ps .dvi .tex
.dvi.ps
:
dvips
-o
$@
$
(
@:.ps
=
.dvi
)
all
:
docs
all-local
:
docs
...
...
@@ -34,7 +31,8 @@ $(DOC_POSTSCRIPT): $(DOC_SOURCE)
if
test
!
-f
$$
file
;
then
\
(
cp
$(doc_srcdir)
/
$$
file
$(doc_builddir)
/
$$
file
)
;
fi
;
done
$(TEX)
$(DOC_SOURCE)
dvips
-o
HepMC_user_manual.dvi
$(TEX)
$(DOC_SOURCE)
dvips
-o
$(DOC_POSTSCRIPT)
HepMC_user_manual.dvi
install-docs
:
$(DOC_POSTSCRIPT)
$(mkinstalldirs)
$(DESTDIR)$(doc_installdir)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment