Skip to content

Commit

Permalink
Minor documentation Makefile tweaks.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Albrecht Schlosser committed Oct 19, 2008
1 parent baa5549 commit 587a23b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -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\
Expand Down
2 changes: 1 addition & 1 deletion documentation/Makefile
Expand Up @@ -207,7 +207,7 @@ clean:
# $(RM) fltk.ps
$(RM) refman.pdf
$(RMDIR) html latex
$(RM) *~ *.bck *.bck *.bak
$(RM) *~ *.bck *.bck *.bak *.log

depend:

Expand Down

0 comments on commit 587a23b

Please sign in to comment.