aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 521b3e0..7fac923 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,13 +38,14 @@ install-html:
38 for file in *.html; do \ 38 for file in *.html; do \
39 ${INSTALL} -m 644 $$file $(DESTDIR)$(HTMLDIR)/$$dir/$$file; \ 39 ${INSTALL} -m 644 $$file $(DESTDIR)$(HTMLDIR)/$$dir/$$file; \
40 done; \ 40 done; \
41 if test -r $$top_srcdir/xml/$$dir/symlinks; then \ 41 if test -r $$top_srcdir/xml/$$dir/symlinks; then \
42 grep -v '^[ \t]*[;#]' $$top_srcdir/xml/$$dir/symlinks | \ 42 grep -v '^[ \t]*[;#]' $$top_srcdir/xml/$$dir/symlinks | \
43 sed 's,^/,_,;s,\\.\\./,__/,g' | \ 43 sed 's,^/,_,;s,\\.\\./,__/,g' | \
44 while read S T; do ln -sf $$S $$T; done; \ 44 (cd $(DESTDIR)$(HTMLDIR)/$$dir; \
45 while read S T; do ln -sf $$S $$T; done); \
45 fi; \ 46 fi; \
46 cd $$here; \ 47 cd $$here; \
47 fi; \ 48 fi; \
48 done 49 done
49 50
50install-data-local: install-html 51install-data-local: install-html

Return to:

Send suggestions and report system problems to the System administrator.