mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
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:
parent
6db3cb0b53
commit
72bd1001e2
@ -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) -
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user