summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1f950d861..f260b4d82 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,8 @@ CHANGES IN FLTK 1.1.8
- Documentation fixes (STR #1454, STR #1455, STR #1456,
STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
STR #1639)
+ - Fixed Makefile to remove category 6 man
+ pages (STR #1642)
- The sample RPM spec file now enables large file support
and threading support (STR #1603)
- Changed minimum contrast between background and text to
diff --git a/Makefile b/Makefile
index c3ef35e05..dd3715761 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,7 @@ distclean: clean
$(RM) FL/Makefile
$(RM) documentation/*.$(CAT1EXT)
$(RM) documentation/*.$(CAT3EXT)
+ $(RM) documentation/*.$(CAT6EXT)
$(RM) documentation/fltk.pdf
$(RM) documentation/fltk.ps
$(RM) -r documentation/fltk.d