Skip to content

Commit

Permalink
drop old Todo file
Browse files Browse the repository at this point in the history
  • Loading branch information
klali committed Feb 13, 2014
1 parent 5395f18 commit b6abc54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ChangeLog:
cd $(srcdir) && git2cl > ChangeLog

check-doc-dist:
perl -pe "s,^EXTRA_DIST = .*,EXTRA_DIST = `cd $(srcdir) && ls doc/*.asciidoc | grep -v Todo.ascii | xargs echo`," \
perl -pe "s,^EXTRA_DIST = .*,EXTRA_DIST = `cd $(srcdir) && ls doc/*.asciidoc | xargs echo`," \
< $(srcdir)/Makefile.am > check-doc-dist.tmp
diff -ur $(srcdir)/Makefile.am check-doc-dist.tmp || \
(rm -f check-doc-dist.tmp; echo 'error: please update $(srcdir)/Makefile.am to include all docs'; exit 1)
Expand Down
18 changes: 0 additions & 18 deletions doc/Todo.asciidoc

This file was deleted.

0 comments on commit b6abc54

Please sign in to comment.