diff options
author | Ted Pavlic <ted@tedpavlic.com> | 2009-01-12 10:10:28 -0500 |
---|---|---|
committer | Ted Pavlic <ted@tedpavlic.com> | 2009-01-12 10:10:28 -0500 |
commit | 853b03ba4d8caa76ebbb8710ed86bed7028eecf5 (patch) | |
tree | 25efd12be130de341a717e883acf42735bcc90ce /common/Makefile.doc | |
parent | 315d457eb5a702634e9cd5aecc25037e35f4694d (diff) | |
download | pentadactyl-853b03ba4d8caa76ebbb8710ed86bed7028eecf5.tar.gz |
Moved tildetidy into main Makefile.
Diffstat (limited to 'common/Makefile.doc')
-rw-r--r-- | common/Makefile.doc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/common/Makefile.doc b/common/Makefile.doc index 2ab13dbc..6777d234 100644 --- a/common/Makefile.doc +++ b/common/Makefile.doc @@ -24,7 +24,7 @@ AWK = awk #### rules -.PHONY: all help doc asciidoc check-asciidoc clean distclean tildetidy +.PHONY: all help doc asciidoc check-asciidoc clean distclean all: doc doc: asciidoc t2t @@ -47,10 +47,6 @@ distclean: clean @echo "More cleanup..." rm -f $(DOC_FILES) -tildetidy: - @echo "Removing vim backup files..." - find . -name '*~' -exec rm -fv {} \; - #### Makes single-file makes easier to type %: %.html %.t2t %.xhtml %.t2t ; |