diff options
Diffstat (limited to 'doc/sag/Makefile.am')
-rw-r--r-- | doc/sag/Makefile.am | 13 |
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/ |