summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c4136e52f..c5c983c9b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,22 +9,22 @@ docs_DOCS =
install-data-local:
@documentations='$(docs_DOCS)'; \
for doc in $$documentations; do \
- destdir=$(DESTDIR)$(docdir); \
- name=`echo $$doc` \
- dir=$$destdir; \
- $(mkinstalldirs) $$dir; \
- $(INSTALL_DATA) $$doc $$dir/$$name; \
- echo "installing $$doc as $$dir/$$name"; \
+ destdir=$(DESTDIR)$(docdir); \
+ name=`echo $$doc` \
+ dir=$$destdir; \
+ $(mkinstalldirs) $$dir; \
+ $(INSTALL_DATA) $$doc $$dir/$$name; \
+ echo "installing $$doc as $$dir/$$name"; \
done
uninstall-local:
@documentations='$(docs_DOCS)'; \
for doc in $$documentations; do \
- destdir=$(DESTDIR)$(docdir); \
- name=`echo $$doc` \
- dir=$$destdir; \
- rm -f $$dir/$$name; \
- echo "removing $$dir/$$name" ; \
+ destdir=$(DESTDIR)$(docdir); \
+ name=`echo $$doc` \
+ dir=$$destdir; \
+ rm -f $$dir/$$name; \
+ echo "removing $$dir/$$name" ; \
done
debug: