replaced "install -d " with "mkinstalldirs" - not all invocations of

Sat Sep  4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>

	* doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
	not all invocations of install understand -d.
This commit is contained in:
CEST 1999 Timur Bakeyev 1999-09-04 20:50:25 +00:00 committed by Timur I. Bakeyev
parent 6db3cb0b53
commit 72bd1001e2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
* doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
not all invocations of install understand -d.
Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
* Makefile.am: prepend all the test* calls with $(top_builddir) -

View File

@ -46,7 +46,7 @@ gnome-xml-sections.txt : scan
rebuild: gnome-xml-sections.txt templates sgml html
install-data-local:
@INSTALL@ -d -m 0755 $(DESTDIR)$(TARGET_DIR)
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
-@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(DESTDIR)$(TARGET_DIR)
-@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
-@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)