diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-03-18 20:54:41 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-03-18 20:54:41 +0100 |
commit | 1af28e28f600d154b2e94d101135d7df2475c485 (patch) | |
tree | 7cf8365c2a16e2223326c2999f11186325e19d9a | |
parent | c3f804942c9918a3080929cc799dbc5930d3a972 (diff) |
consistently use tabs in doc/Makefile.am
-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 |