aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am13
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2195783a..826198b1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -11,19 +11,8 @@ EXTRA_DIST = index.html
#######################################################
install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(DOCDIR)
- $(mkinstalldirs) $(DESTDIR)$(DOCDIR)/text
- for file in txts/*.txt; do \
- $(INSTALL_DATA) $$file $(DESTDIR)$(DOCDIR)/text; \
- done
- $(mkinstalldirs) $(DESTDIR)$(DOCDIR)/pdf
- for file in pdf/*.pdf; do \
- $(INSTALL_DATA) $$file $(DESTDIR)$(DOCDIR)/pdf; \
- done
$(mkinstalldirs) $(DESTDIR)$(DOCDIR)/html
- for file in html/*.html; do \
- $(INSTALL_DATA) $$file $(DESTDIR)$(DOCDIR)/html; \
- done
+ install -m 644 $(srcdir)/index.html $(DESTDIR)$(DOCDIR)/html/
releasedocs: all
mkdir -p $(top_builddir)/Linux-PAM-$(VERSION)-docs/html