summaryrefslogtreecommitdiff
path: root/common/Makefile.doc
diff options
context:
space:
mode:
Diffstat (limited to 'common/Makefile.doc')
-rw-r--r--common/Makefile.doc6
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 ;