summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ao-tools/altosui/Makefile1
-rw-r--r--doc/Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile
index 85271039..abf5704f 100644
--- a/ao-tools/altosui/Makefile
+++ b/ao-tools/altosui/Makefile
@@ -136,6 +136,7 @@ clean:
distclean: clean
rm -f $(DARWIN_ZIP) $(WINDOWS_ZIP) $(LINUX_TGZ)
+ rm -rf darwin fat
FAT_FILES=$(FATJAR) $(FREETTSJAR) $(HEXFILES)
diff --git a/doc/Makefile b/doc/Makefile
index f8048dce..e840ec41 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -26,6 +26,8 @@ telemetrum-doc.pdf: telemetrum-doc.fo
clean:
rm -f telemetrum-doc.html telemetrum-doc.pdf telemetrum-doc.fo
+distclean: clean
+
indent: telemetrum-doc.xsl
xmlindent -i 2 < telemetrum-doc.xsl > telemetrum-doc.new