mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 16:22:26 +01:00
Moved tildetidy into main Makefile.
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user