aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-03-24 03:30:13 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-03-24 03:30:13 +0000
commit2566daf39cd1d3e53e96fa422f4acbe0e7d74d03 (patch)
tree81000fe0ad1b82dd36e72d37010b4add0beed85b /doc
parentcc9779dd1dd417fb4f1b90d6231134dd6bc8040f (diff)
SF#3063753
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@829 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am6
-rw-r--r--doc/Makefile.in9
2 files changed, 11 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 644f2ae4..6ee920a0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,10 @@
docsdir = $(datadir)/doc/asn1c
-docs_DATA = *.pdf *.html
+docs_DATA = $(srcdir)/*.pdf \
+ $(srcdir)/*.html
-EXTRA_DIST = *.pdf *.html
+EXTRA_DIST = $(srcdir)/*.pdf \
+ $(srcdir)/*.html
CLEANFILES = *.*~
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 7d105e25..666e28dc 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -160,8 +160,12 @@ target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
docsdir = $(datadir)/doc/asn1c
-docs_DATA = *.pdf *.html
-EXTRA_DIST = *.pdf *.html
+docs_DATA = $(srcdir)/*.pdf \
+ $(srcdir)/*.html
+
+EXTRA_DIST = $(srcdir)/*.pdf \
+ $(srcdir)/*.html
+
CLEANFILES = *.*~
all: all-am
@@ -230,6 +234,7 @@ CTAGS:
distdir: $(DISTFILES)
+ $(mkdir_p) $(distdir)/$(srcdir)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \