summaryrefslogtreecommitdiff
path: root/doc/sag/Makefile.am
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-06-29 06:26:28 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-06-29 06:26:28 +0000
commit110275d25349dd13994f9272c16797f1793384da (patch)
tree57f6fc1c11d518abb683d7f9862fca3a87cd3774 /doc/sag/Makefile.am
parent47895a8b8a39d0b9d3fa8e2dc124df8ed94ff9e1 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- 2006-06-29 Thorsten Kukuk <kukuk@thkukuk.de> * doc/Makefile.am (releasedocs): Fix directory layout. * doc/adg/Makefile.am: Likewise. * doc/mwg/Makefile.am: Likewise. * doc/sag/Makefile.am: Likewise.
Diffstat (limited to 'doc/sag/Makefile.am')
-rw-r--r--doc/sag/Makefile.am13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/sag/Makefile.am b/doc/sag/Makefile.am
index 71f2d689..1efc6d4e 100644
--- a/doc/sag/Makefile.am
+++ b/doc/sag/Makefile.am
@@ -68,19 +68,20 @@ install-data-local:
$(DESTDIR)$(DOCDIR)/pdf/
releasedocs: all
+ $(mkinstalldirs) $(top_builddir)/Linux-PAM-$(VERSION)/doc/sag/html
test -f html/Linux-PAM_SAG.html && \
cp -ap html/Linux-PAM_SAG.html html/sag-*.html \
- $(top_builddir)/Linux-PAM-$(VERSION)-docs/html/ || \
+ $(top_builddir)/Linux-PAM-$(VERSION)/doc/sag/html/ || \
cp -ap $(srcdir)/html/Linux-PAM_SAG.html \
$(srcdir)/html/sag-*.html \
- $(top_builddir)/Linux-PAM-$(VERSION)-docs/html/
+ $(top_builddir)/Linux-PAM-$(VERSION)/doc/sag/html/
test -f Linux-PAM_SAG.txt && \
cp -p Linux-PAM_SAG.txt \
- $(top_builddir)/Linux-PAM-$(VERSION)-docs/txt/ || \
+ $(top_builddir)/Linux-PAM-$(VERSION)/doc/sag/ || \
cp -p $(srcdir)/Linux-PAM_SAG.txt \
- $(top_builddir)/Linux-PAM-$(VERSION)-docs/txt/
+ $(top_builddir)/Linux-PAM-$(VERSION)/doc/sag/
test -f Linux-PAM_SAG.pdf && \
cp -p Linux-PAM_SAG.pdf \
- $(top_builddir)/Linux-PAM-$(VERSION)-docs/pdf/ || \
+ $(top_builddir)/Linux-PAM-$(VERSION)/doc/sag/ || \
cp -p $(srcdir)/Linux-PAM_SAG.pdf \
- $(top_builddir)/Linux-PAM-$(VERSION)-docs/pdf/
+ $(top_builddir)/Linux-PAM-$(VERSION)/doc/sag/