]> www.ginac.de Git - ginac.git/commitdiff
* Make installdirs before trying to write there.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 1 Nov 2001 19:27:43 +0000 (19:27 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 1 Nov 2001 19:27:43 +0000 (19:27 +0000)
  (NB: Dunno why this worked before, it seems totally unrelated to the
  last patch, judging from the generated Makefiles.)

doc/reference/Makefile.am
doc/tutorial/Makefile.am

index ef45fc19bd80839a4af7794f582ade03d0587e99..79eb9708861e60f53d4e93b969bd6ab8ca8f1e82 100644 (file)
@@ -52,6 +52,7 @@ CLEANFILES = *.html *.gif doxygen.css *.ps latex/*
 EXTRA_DIST = DoxyfileHTML DoxyfileTEX Doxyfooter
 
 install-data-local:
+       $(mkinstalldirs) $(DESTDIR)$(ginacreferencedir)
        @if [ -f $(srcdir)/doxygen.css ]; then \
          echo " $(INSTALL_DATA) $(srcdir)/doxygen.css $(DESTDIR)$(ginacreferencedir)/doxygen.css"; \
          $(INSTALL_DATA) $(srcdir)/doxygen.css $(DESTDIR)$(ginacreferencedir)/doxygen.css; \
index 461de9a9505ee2a8e14c3e84ee1dcc77d9c26c81..d3c1afa06ba2cb15a5d607f3e7f497b144ddb14a 100644 (file)
@@ -38,6 +38,7 @@ CLEANFILES = $(EPS) $(PNG) ginac.html
 EXTRA_DIST = $(FIG) $(TXT)
 
 install-data-local:
+       $(mkinstalldirs) $(DESTDIR)$(ginactutorialdir)
        @for p in $(PNG); do \
           if [ -f $$p ]; then \
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(ginactutorialdir)/$$p"; \