Minor documentation Makefile tweaks.

Removed fltk.pdf from svn:ignore and make distclean.
Added svn:ignore for man pages in documentation/src.
Added *.log to make clean in documentation.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6465 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2008-10-19 09:46:08 +00:00
parent baa5549c00
commit 587a23b3bb
2 changed files with 1 additions and 2 deletions

View File

@ -82,7 +82,6 @@ distclean: clean
$(RM) documentation/*.$(CAT1EXT)
$(RM) documentation/*.$(CAT3EXT)
$(RM) documentation/*.$(CAT6EXT)
$(RM) documentation/fltk.pdf
$(RM) documentation/fltk.ps
$(RM) -r documentation/fltk.d
for file in test/*.fl; do\

View File

@ -207,7 +207,7 @@ clean:
# $(RM) fltk.ps
$(RM) refman.pdf
$(RMDIR) html latex
$(RM) *~ *.bck *.bck *.bak
$(RM) *~ *.bck *.bck *.bak *.log
depend: