1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 15:55:47 +01:00

Temporary fix for "Sanitize Makefile.doc" (1e4369cb40de23bd912bb7b5175c6cfae4e665c2)

More elegant fix to come, but something was needed so that "make xpi"
could build.
This commit is contained in:
Ted Pavlic
2009-01-21 10:41:42 -05:00
parent 9ad451b7f7
commit f381a86bf7
2 changed files with 11 additions and 9 deletions

View File

@@ -32,10 +32,10 @@ help:
@echo " make distclean - clean up more"
clean:
@echo "Cleanup..."
@echo " Cleanup of $(LOCALE) documentation..."
distclean: clean
@echo "More cleanup..."
@echo " More cleanup of $(LOCALE) documentation..."
rm -f $(DOC_FILES)
#### Makes single-file makes easier to type