Corrected link to GEDCOM spec.
[gedcom-parse.git] / doc / Makefile.am
index b328f8f693a78200080f7e1e97e87edc9d99382f..550b6bf7ab8c2dc36033842dca527f03e1de0efa 100644 (file)
@@ -2,13 +2,14 @@
 # $Id$
 # $Name$
 
-EXTRA_DIST = index.html usage.html parser.html
+EXTRA_DIST = index.html usage.html parser.html interface.html links.html
 VERSIONED_FILES = index.html
 
 dist-hook:
-       @cd $(distdir); \
-       mkdir images
-       cp -p $(srcdir)/images/schema.obj $(srcdir)/images/schema.png images \
+       mkdir -p $(distdir)/images;
+       cp -p $(srcdir)/images/schema.obj $(srcdir)/images/schema.png \
+          $(distdir)/images;
+       cd $(distdir); \
        for file in $(VERSIONED_FILES); do \
           sed 's/\@VERSION\@/${VERSION}/' $$file > $$file.new; \
          rm $$file; \