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:
parent
baa5549c00
commit
587a23b3bb
1
Makefile
1
Makefile
@ -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\
|
||||
|
||||
@ -207,7 +207,7 @@ clean:
|
||||
# $(RM) fltk.ps
|
||||
$(RM) refman.pdf
|
||||
$(RMDIR) html latex
|
||||
$(RM) *~ *.bck *.bck *.bak
|
||||
$(RM) *~ *.bck *.bck *.bak *.log
|
||||
|
||||
depend:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user