summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-06-09 16:56:34 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-06-09 16:56:34 (GMT)
commitf7c4c021594300b449c3991de8c0918ad7f965af (patch)
tree84818288910d8f77f48ecf8e6b5fe3f4291d7a18 /Makefile.in
parentc562786745020f7a59d4006537416ed43c2de2ff (diff)
downloadDoxygen-f7c4c021594300b449c3991de8c0918ad7f965af.zip
Doxygen-f7c4c021594300b449c3991de8c0918ad7f965af.tar.gz
Doxygen-f7c4c021594300b449c3991de8c0918ad7f965af.tar.bz2
Release-1.2.16-20020609
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 0bd6b2e..27a404d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -48,7 +48,7 @@ install: doxywizard_install
$(INSTTOOL) -m 755 bin/doxytag $(INSTALL)/bin
$(INSTTOOL) -m 755 bin/doxysearch $(INSTALL)/bin
-install_docs:
+install_docs: install
$(INSTTOOL) -d $(DOCDIR)
cp -r doc $(DOCDIR)
cp -r examples $(DOCDIR)
@@ -62,16 +62,12 @@ install_docs:
rm -rf $(DOCDIR)/doc
cd $(DOCDIR)/latex ; $(MAKE)
cp $(DOCDIR)/latex/doxygen_manual.pdf $(DOCDIR)
- cp $(DOCDIR)/latex/doxygen_manual.ps $(DOCDIR)
rm -rf $(DOCDIR)/latex
docs: FORCE
cd examples ; $(MAKE)
cd doc ; $(MAKE)
-ps: docs
- cd latex ; $(MAKE)
-
pdf: docs
cd latex ; $(MAKE)