mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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:
@@ -82,7 +82,6 @@ distclean: clean
|
|||||||
$(RM) documentation/*.$(CAT1EXT)
|
$(RM) documentation/*.$(CAT1EXT)
|
||||||
$(RM) documentation/*.$(CAT3EXT)
|
$(RM) documentation/*.$(CAT3EXT)
|
||||||
$(RM) documentation/*.$(CAT6EXT)
|
$(RM) documentation/*.$(CAT6EXT)
|
||||||
$(RM) documentation/fltk.pdf
|
|
||||||
$(RM) documentation/fltk.ps
|
$(RM) documentation/fltk.ps
|
||||||
$(RM) -r documentation/fltk.d
|
$(RM) -r documentation/fltk.d
|
||||||
for file in test/*.fl; do\
|
for file in test/*.fl; do\
|
||||||
|
|||||||
@@ -207,7 +207,7 @@ clean:
|
|||||||
# $(RM) fltk.ps
|
# $(RM) fltk.ps
|
||||||
$(RM) refman.pdf
|
$(RM) refman.pdf
|
||||||
$(RMDIR) html latex
|
$(RMDIR) html latex
|
||||||
$(RM) *~ *.bck *.bck *.bak
|
$(RM) *~ *.bck *.bck *.bak *.log
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user