Index: Makefile.in
--- Makefile.in.orig	2006-09-09 06:49:54 +0200
+++ Makefile.in	2006-09-19 13:53:26 +0200
@@ -195,10 +195,10 @@
 SUBDIRS = \
 	libasn1parser libasn1fix	\
 	libasn1print libasn1compiler	\
-	skeletons samples tests		\
+	skeletons \
 	doc asn1c
 
-docsdir = $(datadir)/doc/asn1c
+docsdir = $(datadir)/asn1c/doc
 docs_DATA = README FAQ COPYING ChangeLog BUGS TODO
 EXTRA_DIST = asn1c.spec.in FAQ BUGS MANIFEST
 CLEANFILES = asn1c.spec
Index: doc/Makefile.in
--- doc/Makefile.in.orig	2006-09-09 06:49:54 +0200
+++ doc/Makefile.in	2006-09-19 13:52:50 +0200
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-docsdir = $(datadir)/doc/asn1c
+docsdir = $(datadir)/asn1c/doc
 docs_DATA = $(srcdir)/*.pdf	\
 		$(srcdir)/*.html
 
