diff options
-rw-r--r-- | doc/Makefile.am | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 52b74228..5f4a5244 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,7 @@ dist_doc_DATA = user_help.html man_MANS = dillo.1 EXTRA_DIST = \ - $(man_MANS) \ + $(man_MANS) \ index.doc \ lout.doc \ dw-map.doc \ @@ -27,18 +27,18 @@ EXTRA_DIST = \ dw-textblock-collapsing-spaces-1-2.png \ dw-textblock-collapsing-spaces-2-1.png \ dw-textblock-collapsing-spaces-2-2.png \ - Cache.txt \ - Cookies.txt \ - Dillo.txt \ - Dw.txt \ - HtmlParser.txt \ - IO.txt \ - Images.txt \ - Imgbuf.txt \ - NC_design.txt \ - Selection.txt \ - Dpid.txt \ - README \ + Cache.txt \ + Cookies.txt \ + Dillo.txt \ + Dw.txt \ + HtmlParser.txt \ + IO.txt \ + Images.txt \ + Imgbuf.txt \ + NC_design.txt \ + Selection.txt \ + Dpid.txt \ + README \ dillo.1.in dillo.1: $(srcdir)/dillo.1.in Makefile |